Skip to content

Commit

Permalink
add strapi-admin thai translation (#8139)
Browse files Browse the repository at this point in the history
* init thai template

Signed-off-by: themaxaboy <themaxaboy@hotmail.com>

* translate strapi-admin

Signed-off-by: themaxaboy <themaxaboy@hotmail.com>
  • Loading branch information
themaxaboy committed Oct 2, 2020
1 parent 3b4af55 commit ea4a607
Show file tree
Hide file tree
Showing 2 changed files with 335 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/strapi-admin/admin/src/translations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import pl from './pl.json';
import ptBR from './pt-BR.json';
import pt from './pt.json';
import ru from './ru.json';
import th from './th.json';
import tr from './tr.json';
import vi from './vi.json';
import zhHans from './zh-Hans.json';
Expand All @@ -39,6 +40,7 @@ const trads = {
pt,
ru,
sk,
th,
tr,
uk,
vi,
Expand All @@ -64,6 +66,7 @@ export const languageNativeNames = {
pt: 'Português (Portugal)',
ru: 'Русский',
sk: 'Slovenčina',
th: 'ไทย',
tr: 'Türkçe',
uk: 'Українська',
vi: 'Tiếng Việt',
Expand Down

0 comments on commit ea4a607

Please sign in to comment.