Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add strapi-admin thai translation #8139

Merged
merged 2 commits into from
Oct 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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