Browse Source

Create zh_TW.ts

Added Traditional Chinese language
pull/655/head
fez7yoe 1 year ago
committed by GitHub
parent
commit
4b1bf89286
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      l10n/Carousel/zh_TW.ts

5
l10n/Carousel/zh_TW.ts

@ -0,0 +1,5 @@
export const zh_TW = {
NEXT: "下一張幻燈片",
PREV: "上一張幻燈片",
GOTO: "移至幻燈片 #%d",
};
Loading…
Cancel
Save