summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-26 10:50:34 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-26 10:50:34 -0500
commitf3da4ee3d728d7b4d8f39a4fca58705f3c06b8b5 (patch)
tree860316d31a7b76d67aaaf86a2afe8c80a30f5acb /web/react/utils
parent63864c15dd614a5aef2444ef9335135845abbed4 (diff)
parent8a5a2fdf972e4a0627140243a1f9f81be90f18bd (diff)
downloadchat-f3da4ee3d728d7b4d8f39a4fca58705f3c06b8b5.tar.gz
chat-f3da4ee3d728d7b4d8f39a4fca58705f3c06b8b5.tar.bz2
chat-f3da4ee3d728d7b4d8f39a4fca58705f3c06b8b5.zip
Merge pull request #2263 from rodrigocorsi2/pt-translation
Added files and changes to portuguese(beta) translation
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/utils.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index a381d3bcc..02590bd93 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -1384,6 +1384,10 @@ export function languages() {
{
value: 'es',
name: 'EspaƱol (Beta)'
+ },
+ {
+ value: 'pt',
+ name: 'Portugues (Beta)'
}
]
);