diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-09-15 17:52:57 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-09-15 17:52:57 -0300 |
commit | 719c472f23490dfe039327743f4553f600c799a9 (patch) | |
tree | 736bbdaf787e5c4cff9d43a9b616a55e736a2930 /.tx/config | |
parent | 600596f074b9605a3aa68ef48ac80f75e3d66779 (diff) |
Improve support for RTL languages.
* Update transifex resource name.
* Use RightToLeft layout for Arabic language.
* Use better names and comments on i18n section.
* Use unicode to initialize widgets with text that otherwise (str) will
fail when Arabic (and most likely any other language with non-ascii
characters) is used.
Closes #5289, #6033.
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [main] host = https://www.transifex.com -[bitmask.bitmask] +[bitmask.bitmask_client] file_filter = data/translations/<lang>.ts source_file = data/ts/en_US.ts |