Skip to content

Commit

Permalink
add strapi-plugin-content-type-builder thai translation (#8145)
Browse files Browse the repository at this point in the history
* init thai template

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

* translate strapi-plugin-content-type-builder and strapi-generate-plugin

Signed-off-by: themaxaboy <themaxaboy@hotmail.com>
  • Loading branch information
themaxaboy committed Oct 2, 2020
1 parent 5afa8bb commit 2124729
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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 uk from './uk.json';
import vi from './vi.json';
Expand All @@ -34,6 +35,7 @@ const trads = {
'pt-BR': ptBR,
pt,
ru,
th,
tr,
uk,
vi,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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 uk from './uk.json';
import zhHans from './zh-Hans.json';
Expand All @@ -35,6 +36,7 @@ const trads = {
'pt-BR': ptBR,
pt,
ru,
th,
tr,
uk,
'zh-Hans': zhHans,
Expand Down

0 comments on commit 2124729

Please sign in to comment.