A Pyramid project has no default language, internationalization (i18n), or localization (l10n). You may add them and their translations to a project.
https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/i18n.html Once you establish i18n and i10n in your project, you may set any supported language as the default. --steve On 6/8/21 11:07 PM, Gerhard Schmidt wrote: > Hi, > > I'm developing some web applications form my company using pyramid. Most of > the time I develop them in German first and do translations later. > > This causes me some unnecessary work when starting with translations, because > default language is English. So I have to change the German texts to English > and move the German to the translation files. > > It would be much easier to simply define the default language as German and > add English translations. As you can guess. German is my main language so I > can outsource the translations to English someone and concentrate on the > German texts. > > Is there a way to define that a pyramid project is in German when using i18n. > > Regard > Estartu > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/7fece972-e45a-756a-259c-2e1ba7fa45d6%40gmail.com.
