From e9252ca745d483c93f088d80e26c17c0145e547c Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sat, 17 May 2014 22:21:13 -0400 Subject: [PATCH] fixing language code for viet and thai --- public/language/th/language.json | 2 +- public/language/vi/language.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/language/th/language.json b/public/language/th/language.json index c04cfd15be..60f5f2303c 100644 --- a/public/language/th/language.json +++ b/public/language/th/language.json @@ -1,5 +1,5 @@ { "name": "ภาษาอังกฤษ (สหราชอาณาจักร / แคนาดา)", - "code": "en_GB", + "code": "th", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/vi/language.json b/public/language/vi/language.json index 798d02e33b..5c91b19502 100644 --- a/public/language/vi/language.json +++ b/public/language/vi/language.json @@ -1,5 +1,5 @@ { "name": "Tiếng Anh (Vương Quốc Anh/Canada)", - "code": "en_GB", + "code": "vi", "dir": "ltr" } \ No newline at end of file