diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-14 13:39:12 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-14 13:39:12 +1200 |
commit | 8e8da7019aab023ae255d0ed6d16b94d303fd468 (patch) | |
tree | baa2402f2164ec7e5a2ad6d66f357547cae3498c /web/app.js | |
parent | 5a392c0471945a8a0a20b227f6712844541570be (diff) | |
download | trackermap-server-8e8da7019aab023ae255d0ed6d16b94d303fd468.tar.gz trackermap-server-8e8da7019aab023ae255d0ed6d16b94d303fd468.tar.bz2 trackermap-server-8e8da7019aab023ae255d0ed6d16b94d303fd468.zip |
Add Portuguese UI translation
Diffstat (limited to 'web/app.js')
-rw-r--r-- | web/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app.js b/web/app.js index b161763ae..22b5c6ad1 100644 --- a/web/app.js +++ b/web/app.js @@ -25,6 +25,7 @@ Ext.Loader.setConfig({ 'es': true, 'fr': true, 'pl': true, + 'pt': true, 'ru': true, 'th': true }; |