- 24 Jun, 2013 10 commits
-
-
Burak Yavuz authored
Currently translated at 100.0% (831 of 831)
-
Matías Bellone authored
Currently translated at 100.0% (831 of 831)
-
Dieter Adriaenssens authored
Currently translated at 100.0% (831 of 831)
-
Michal Čihař authored
Currently translated at 100.0% (831 of 831)
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
checks: fix empty source and target strings causing exceptions.
-
Weblate authored
-
Bert Massop authored
Currently translated at 100.0% (830 of 830)
-
Michal Čihař authored
autofix: fix ReplaceTrailingDotsWithEllipsis to accept empty source strings
-
- 23 Jun, 2013 3 commits
-
-
Bert Massop authored
This should fix nijel/weblate#320
-
Bert Massop authored
-
Bert Massop authored
Having the ReplaceTrailingDotsWithEllipsis autofix enabled results in an _IndexError: string index out of range_ error whenever an empty source string is used (which is unlikely, but not technically impossible). This patch solves this problem by first checking for non-emptiness of the source string.
-
- 18 Jun, 2013 27 commits
-
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
For en_CA@foo it would first try en_CA and fallback to en.
-
Michal Čihař authored
This prevents various problems with non standard language names. Fixes #318
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
This value is never used and causes problems with some MySQL/Django/South version combinations. The only reason this field originally had NULL attribute and it has it now removed was migration path, where it was filled in by separate data migration: 0018 - adds Change.translation field with NULL allowed and default 0019 - fills in Change.translation for all entries 0020 - removes NULL attribute This fixes #319.
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
They use wildcard imports.
-
Michal Čihař authored
-