-
- Downloads
Split translation strings between multiple domains
This breaks translation processing; multi-domain support needs to be added to Flask-Babel. The changes made here put the "important" strings that are used most often into the priority domain, and split the content from different sub-urls into separate domains. Multi-domain support will be implemented such that translations for a specific request are pulled both from the domain which corresponds to the request url and the priority domain. This does mean that there may be duplication of translation strings between domains, but that is unavoidable (and the translators prefer working with smaller resource files).
Showing
- .mtn-ignore 1 addition, 1 deletion.mtn-ignore
- babel.cfg/about 2 additions, 0 deletionsbabel.cfg/about
- babel.cfg/blog 2 additions, 0 deletionsbabel.cfg/blog
- babel.cfg/comparison 2 additions, 0 deletionsbabel.cfg/comparison
- babel.cfg/docs 2 additions, 0 deletionsbabel.cfg/docs
- babel.cfg/get-involved 2 additions, 0 deletionsbabel.cfg/get-involved
- babel.cfg/misc 2 additions, 0 deletionsbabel.cfg/misc
- babel.cfg/priority 12 additions, 0 deletionsbabel.cfg/priority
- babel.cfg/research 2 additions, 0 deletionsbabel.cfg/research
- compile-messages.sh 4 additions, 2 deletionscompile-messages.sh
- extract-messages.sh 10 additions, 4 deletionsextract-messages.sh
- init-new-po.sh 4 additions, 2 deletionsinit-new-po.sh
- translation.vars 2 additions, 3 deletionstranslation.vars
- update-existing-po.sh 4 additions, 2 deletionsupdate-existing-po.sh
babel.cfg/blog
0 → 100644
babel.cfg/comparison
0 → 100644
babel.cfg/docs
0 → 100644
babel.cfg/get-involved
0 → 100644
babel.cfg/misc
0 → 100644
babel.cfg/priority
0 → 100644
babel.cfg/research
0 → 100644
Please register or sign in to comment