Skip to content

Commit

Permalink
Merge pull request xdan#216 from carry0987/patch-1
Browse files Browse the repository at this point in the history
Add zh_tw translation
  • Loading branch information
xdan authored Jun 12, 2019
2 parents 1e801f4 + deb26fd commit 1d0299d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/langs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { default as de } from './de';
import { default as fr } from './fr';
import { default as ru } from './ru';
import { default as ar } from './ar';
import { default as zh_tw } from './zh_tw';
import { default as zh_cn } from './zh_cn';
import { default as es } from './es';
import { default as nl } from './nl';
Expand All @@ -16,7 +17,7 @@ import { default as pt_br } from './pt_br';
import { default as en } from './en';
import { default as it } from './it';

const exp: any = {de, fr, ru, tr, ar, zh_cn, es, nl, hu, pt_br, en, it};
const exp: any = {de, fr, ru, tr, ar, zh_tw, zh_cn, es, nl, hu, pt_br, en, it};

/* Unpack array to hash */

Expand Down

0 comments on commit 1d0299d

Please sign in to comment.