Commit Graph

7 Commits

Author SHA1 Message Date
kytv
4be9499ada update .mtn-ignore 2014-02-23 23:37:10 +00:00
str4d
95ba066fa8 Added English source POTs to mtn 2014-02-02 23:39:36 +00:00
kytv
fa2301196e ignore compiled translations 2013-09-08 02:19:57 +00:00
kytv
8059c7fdcf add temp- and byte-compiled files to the ignore list 2013-09-01 00:00:01 +00:00
str4d
f9c88aa795 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).
2013-07-13 11:01:05 +00:00
str4d
177aecb55c Ignore env/ 2013-07-13 06:00:05 +00:00
str4d
b9f5ee07af Ignore POT files 2013-07-13 05:56:39 +00:00