diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 13:25:07 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 13:25:07 +0000 |
commit | a793d2a94cf9843773b2bff689b26287fbc48535 (patch) | |
tree | dffe141b500d67939d896bf4c7af0f5f434ebd9c | |
parent | 9e7ee9877dfe191ea72b99c6ae794d95f2d66cf5 (diff) | |
download | chromium_src-a793d2a94cf9843773b2bff689b26287fbc48535.zip chromium_src-a793d2a94cf9843773b2bff689b26287fbc48535.tar.gz chromium_src-a793d2a94cf9843773b2bff689b26287fbc48535.tar.bz2 |
components: Add translation section to component_strings.grd.
This also adds the xtb files required for translation to components/strings/
directory.
BUG=250213
R=joi@chromium.org
Review URL: https://codereview.chromium.org/17392010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207225 0039d316-1c4b-4281-b951-d872f2087c98
53 files changed, 263 insertions, 0 deletions
diff --git a/components/component_strings.grd b/components/component_strings.grd index 6215b29..3b1734d 100644 --- a/components/component_strings.grd +++ b/components/component_strings.grd @@ -104,6 +104,61 @@ <output filename="component_strings_zh-CN.pak" type="data_package" lang="zh-CN" /> <output filename="component_strings_zh-TW.pak" type="data_package" lang="zh-TW" /> </outputs> + <translations> + <file path="strings/component_strings_am.xtb" lang="am" /> + <file path="strings/component_strings_ar.xtb" lang="ar" /> + <file path="strings/component_strings_bg.xtb" lang="bg" /> + <file path="strings/component_strings_bn.xtb" lang="bn" /> + <file path="strings/component_strings_ca.xtb" lang="ca" /> + <file path="strings/component_strings_cs.xtb" lang="cs" /> + <file path="strings/component_strings_da.xtb" lang="da" /> + <file path="strings/component_strings_de.xtb" lang="de" /> + <file path="strings/component_strings_el.xtb" lang="el" /> + <file path="strings/component_strings_en-GB.xtb" lang="en-GB" /> + <file path="strings/component_strings_es.xtb" lang="es" /> + <file path="strings/component_strings_es-419.xtb" lang="es-419" /> + <file path="strings/component_strings_et.xtb" lang="et" /> + <file path="strings/component_strings_fa.xtb" lang="fa" /> + <file path="strings/component_strings_fi.xtb" lang="fi" /> + <file path="strings/component_strings_fil.xtb" lang="fil" /> + <file path="strings/component_strings_fr.xtb" lang="fr" /> + <file path="strings/component_strings_gu.xtb" lang="gu" /> + <file path="strings/component_strings_hi.xtb" lang="hi" /> + <file path="strings/component_strings_hr.xtb" lang="hr" /> + <file path="strings/component_strings_hu.xtb" lang="hu" /> + <file path="strings/component_strings_id.xtb" lang="id" /> + <file path="strings/component_strings_it.xtb" lang="it" /> + <!-- The translation console uses 'iw' for Hebrew, but we use 'he'. --> + <file path="strings/component_strings_iw.xtb" lang="he" /> + <file path="strings/component_strings_ja.xtb" lang="ja" /> + <file path="strings/component_strings_kn.xtb" lang="kn" /> + <file path="strings/component_strings_ko.xtb" lang="ko" /> + <file path="strings/component_strings_lt.xtb" lang="lt" /> + <file path="strings/component_strings_lv.xtb" lang="lv" /> + <file path="strings/component_strings_ml.xtb" lang="ml" /> + <file path="strings/component_strings_mr.xtb" lang="mr" /> + <file path="strings/component_strings_ms.xtb" lang="ms" /> + <file path="strings/component_strings_nl.xtb" lang="nl" /> + <file path="strings/component_strings_no.xtb" lang="no" /> + <file path="strings/component_strings_pl.xtb" lang="pl" /> + <file path="strings/component_strings_pt-BR.xtb" lang="pt-BR" /> + <file path="strings/component_strings_pt-PT.xtb" lang="pt-PT" /> + <file path="strings/component_strings_ro.xtb" lang="ro" /> + <file path="strings/component_strings_ru.xtb" lang="ru" /> + <file path="strings/component_strings_sk.xtb" lang="sk" /> + <file path="strings/component_strings_sl.xtb" lang="sl" /> + <file path="strings/component_strings_sr.xtb" lang="sr" /> + <file path="strings/component_strings_sv.xtb" lang="sv" /> + <file path="strings/component_strings_sw.xtb" lang="sw" /> + <file path="strings/component_strings_ta.xtb" lang="ta" /> + <file path="strings/component_strings_te.xtb" lang="te" /> + <file path="strings/component_strings_th.xtb" lang="th" /> + <file path="strings/component_strings_tr.xtb" lang="tr" /> + <file path="strings/component_strings_uk.xtb" lang="uk" /> + <file path="strings/component_strings_vi.xtb" lang="vi" /> + <file path="strings/component_strings_zh-CN.xtb" lang="zh-CN" /> + <file path="strings/component_strings_zh-TW.xtb" lang="zh-TW" /> + </translations> <release seq="1" allow_pseudo="false"> <messages fallback_to_english="true"> <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the suggestions dropdown that clears an auto-filled form."> diff --git a/components/strings/component_strings_am.xtb b/components/strings/component_strings_am.xtb new file mode 100644 index 0000000..6c985cb8 --- /dev/null +++ b/components/strings/component_strings_am.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="am"> +</translationbundle> diff --git a/components/strings/component_strings_ar.xtb b/components/strings/component_strings_ar.xtb new file mode 100644 index 0000000..e8b5562 --- /dev/null +++ b/components/strings/component_strings_ar.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="ar"> +</translationbundle> diff --git a/components/strings/component_strings_bg.xtb b/components/strings/component_strings_bg.xtb new file mode 100644 index 0000000..ebab473 --- /dev/null +++ b/components/strings/component_strings_bg.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="bg"> +</translationbundle> diff --git a/components/strings/component_strings_bn.xtb b/components/strings/component_strings_bn.xtb new file mode 100644 index 0000000..a66cc1f --- /dev/null +++ b/components/strings/component_strings_bn.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="bn"> +</translationbundle> diff --git a/components/strings/component_strings_ca.xtb b/components/strings/component_strings_ca.xtb new file mode 100644 index 0000000..1438d89 --- /dev/null +++ b/components/strings/component_strings_ca.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="ca"> +</translationbundle> diff --git a/components/strings/component_strings_cs.xtb b/components/strings/component_strings_cs.xtb new file mode 100644 index 0000000..2d95130 --- /dev/null +++ b/components/strings/component_strings_cs.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="cs"> +</translationbundle> diff --git a/components/strings/component_strings_da.xtb b/components/strings/component_strings_da.xtb new file mode 100644 index 0000000..751fa4a --- /dev/null +++ b/components/strings/component_strings_da.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="da"> +</translationbundle> diff --git a/components/strings/component_strings_de.xtb b/components/strings/component_strings_de.xtb new file mode 100644 index 0000000..91de7f51 --- /dev/null +++ b/components/strings/component_strings_de.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="de"> +</translationbundle> diff --git a/components/strings/component_strings_el.xtb b/components/strings/component_strings_el.xtb new file mode 100644 index 0000000..6e5e7d8 --- /dev/null +++ b/components/strings/component_strings_el.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="el"> +</translationbundle> diff --git a/components/strings/component_strings_en-GB.xtb b/components/strings/component_strings_en-GB.xtb new file mode 100644 index 0000000..0fb2133 --- /dev/null +++ b/components/strings/component_strings_en-GB.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="en-GB"> +</translationbundle> diff --git a/components/strings/component_strings_es-419.xtb b/components/strings/component_strings_es-419.xtb new file mode 100644 index 0000000..2fe4770 --- /dev/null +++ b/components/strings/component_strings_es-419.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="es-419"> +</translationbundle> diff --git a/components/strings/component_strings_es.xtb b/components/strings/component_strings_es.xtb new file mode 100644 index 0000000..64022ec --- /dev/null +++ b/components/strings/component_strings_es.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="es"> +</translationbundle> diff --git a/components/strings/component_strings_et.xtb b/components/strings/component_strings_et.xtb new file mode 100644 index 0000000..5244dfd --- /dev/null +++ b/components/strings/component_strings_et.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="et"> +</translationbundle> diff --git a/components/strings/component_strings_fa.xtb b/components/strings/component_strings_fa.xtb new file mode 100644 index 0000000..18626f8 --- /dev/null +++ b/components/strings/component_strings_fa.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="fa"> +</translationbundle> diff --git a/components/strings/component_strings_fi.xtb b/components/strings/component_strings_fi.xtb new file mode 100644 index 0000000..4691cd5 --- /dev/null +++ b/components/strings/component_strings_fi.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="fi"> +</translationbundle> diff --git a/components/strings/component_strings_fil.xtb b/components/strings/component_strings_fil.xtb new file mode 100644 index 0000000..443630e --- /dev/null +++ b/components/strings/component_strings_fil.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="fil"> +</translationbundle> diff --git a/components/strings/component_strings_fr.xtb b/components/strings/component_strings_fr.xtb new file mode 100644 index 0000000..63026a3 --- /dev/null +++ b/components/strings/component_strings_fr.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="fr"> +</translationbundle> diff --git a/components/strings/component_strings_gu.xtb b/components/strings/component_strings_gu.xtb new file mode 100644 index 0000000..7d8a4df --- /dev/null +++ b/components/strings/component_strings_gu.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="gu"> +</translationbundle> diff --git a/components/strings/component_strings_hi.xtb b/components/strings/component_strings_hi.xtb new file mode 100644 index 0000000..a6ddd5d --- /dev/null +++ b/components/strings/component_strings_hi.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="hi"> +</translationbundle> diff --git a/components/strings/component_strings_hr.xtb b/components/strings/component_strings_hr.xtb new file mode 100644 index 0000000..26f99d0 --- /dev/null +++ b/components/strings/component_strings_hr.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="hr"> +</translationbundle> diff --git a/components/strings/component_strings_hu.xtb b/components/strings/component_strings_hu.xtb new file mode 100644 index 0000000..7ef9a5e --- /dev/null +++ b/components/strings/component_strings_hu.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="hu"> +</translationbundle> diff --git a/components/strings/component_strings_id.xtb b/components/strings/component_strings_id.xtb new file mode 100644 index 0000000..aa34783 --- /dev/null +++ b/components/strings/component_strings_id.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="id"> +</translationbundle> diff --git a/components/strings/component_strings_it.xtb b/components/strings/component_strings_it.xtb new file mode 100644 index 0000000..a6ac8d46 --- /dev/null +++ b/components/strings/component_strings_it.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="it"> +</translationbundle> diff --git a/components/strings/component_strings_iw.xtb b/components/strings/component_strings_iw.xtb new file mode 100644 index 0000000..86b5533 --- /dev/null +++ b/components/strings/component_strings_iw.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="iw"> +</translationbundle> diff --git a/components/strings/component_strings_ja.xtb b/components/strings/component_strings_ja.xtb new file mode 100644 index 0000000..23139e6 --- /dev/null +++ b/components/strings/component_strings_ja.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="ja"> +</translationbundle> diff --git a/components/strings/component_strings_kn.xtb b/components/strings/component_strings_kn.xtb new file mode 100644 index 0000000..cc3643a --- /dev/null +++ b/components/strings/component_strings_kn.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="kn"> +</translationbundle> diff --git a/components/strings/component_strings_ko.xtb b/components/strings/component_strings_ko.xtb new file mode 100644 index 0000000..e0fc370 --- /dev/null +++ b/components/strings/component_strings_ko.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="ko"> +</translationbundle> diff --git a/components/strings/component_strings_lt.xtb b/components/strings/component_strings_lt.xtb new file mode 100644 index 0000000..5804ae2 --- /dev/null +++ b/components/strings/component_strings_lt.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="lt"> +</translationbundle> diff --git a/components/strings/component_strings_lv.xtb b/components/strings/component_strings_lv.xtb new file mode 100644 index 0000000..a0a1c47 --- /dev/null +++ b/components/strings/component_strings_lv.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="lv"> +</translationbundle> diff --git a/components/strings/component_strings_ml.xtb b/components/strings/component_strings_ml.xtb new file mode 100644 index 0000000..f7db315 --- /dev/null +++ b/components/strings/component_strings_ml.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="ml"> +</translationbundle> diff --git a/components/strings/component_strings_mr.xtb b/components/strings/component_strings_mr.xtb new file mode 100644 index 0000000..098d29c --- /dev/null +++ b/components/strings/component_strings_mr.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="mr"> +</translationbundle> diff --git a/components/strings/component_strings_ms.xtb b/components/strings/component_strings_ms.xtb new file mode 100644 index 0000000..1fb470a --- /dev/null +++ b/components/strings/component_strings_ms.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="ms"> +</translationbundle> diff --git a/components/strings/component_strings_nl.xtb b/components/strings/component_strings_nl.xtb new file mode 100644 index 0000000..e782410 --- /dev/null +++ b/components/strings/component_strings_nl.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="nl"> +</translationbundle> diff --git a/components/strings/component_strings_no.xtb b/components/strings/component_strings_no.xtb new file mode 100644 index 0000000..913638b --- /dev/null +++ b/components/strings/component_strings_no.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="no"> +</translationbundle> diff --git a/components/strings/component_strings_pl.xtb b/components/strings/component_strings_pl.xtb new file mode 100644 index 0000000..4519e3d --- /dev/null +++ b/components/strings/component_strings_pl.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="pl"> +</translationbundle> diff --git a/components/strings/component_strings_pt-BR.xtb b/components/strings/component_strings_pt-BR.xtb new file mode 100644 index 0000000..e95eb56 --- /dev/null +++ b/components/strings/component_strings_pt-BR.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="pt-BR"> +</translationbundle> diff --git a/components/strings/component_strings_pt-PT.xtb b/components/strings/component_strings_pt-PT.xtb new file mode 100644 index 0000000..1dcf557a --- /dev/null +++ b/components/strings/component_strings_pt-PT.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="pt-PT"> +</translationbundle> diff --git a/components/strings/component_strings_ro.xtb b/components/strings/component_strings_ro.xtb new file mode 100644 index 0000000..9e43493 --- /dev/null +++ b/components/strings/component_strings_ro.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="ro"> +</translationbundle> diff --git a/components/strings/component_strings_ru.xtb b/components/strings/component_strings_ru.xtb new file mode 100644 index 0000000..c4a621b --- /dev/null +++ b/components/strings/component_strings_ru.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="ru"> +</translationbundle> diff --git a/components/strings/component_strings_sk.xtb b/components/strings/component_strings_sk.xtb new file mode 100644 index 0000000..00750d3 --- /dev/null +++ b/components/strings/component_strings_sk.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="sk"> +</translationbundle> diff --git a/components/strings/component_strings_sl.xtb b/components/strings/component_strings_sl.xtb new file mode 100644 index 0000000..489b7e4 --- /dev/null +++ b/components/strings/component_strings_sl.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="sl"> +</translationbundle> diff --git a/components/strings/component_strings_sr.xtb b/components/strings/component_strings_sr.xtb new file mode 100644 index 0000000..38f6f35 --- /dev/null +++ b/components/strings/component_strings_sr.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="sr"> +</translationbundle> diff --git a/components/strings/component_strings_sv.xtb b/components/strings/component_strings_sv.xtb new file mode 100644 index 0000000..ddea3dc --- /dev/null +++ b/components/strings/component_strings_sv.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="sv"> +</translationbundle> diff --git a/components/strings/component_strings_sw.xtb b/components/strings/component_strings_sw.xtb new file mode 100644 index 0000000..b775088 --- /dev/null +++ b/components/strings/component_strings_sw.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="sw"> +</translationbundle> diff --git a/components/strings/component_strings_ta.xtb b/components/strings/component_strings_ta.xtb new file mode 100644 index 0000000..ef90687 --- /dev/null +++ b/components/strings/component_strings_ta.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="ta"> +</translationbundle> diff --git a/components/strings/component_strings_te.xtb b/components/strings/component_strings_te.xtb new file mode 100644 index 0000000..48c714b --- /dev/null +++ b/components/strings/component_strings_te.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="te"> +</translationbundle> diff --git a/components/strings/component_strings_th.xtb b/components/strings/component_strings_th.xtb new file mode 100644 index 0000000..fae3196 --- /dev/null +++ b/components/strings/component_strings_th.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="th"> +</translationbundle> diff --git a/components/strings/component_strings_tr.xtb b/components/strings/component_strings_tr.xtb new file mode 100644 index 0000000..9a29951 --- /dev/null +++ b/components/strings/component_strings_tr.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="tr"> +</translationbundle> diff --git a/components/strings/component_strings_uk.xtb b/components/strings/component_strings_uk.xtb new file mode 100644 index 0000000..f0db52c --- /dev/null +++ b/components/strings/component_strings_uk.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="uk"> +</translationbundle> diff --git a/components/strings/component_strings_vi.xtb b/components/strings/component_strings_vi.xtb new file mode 100644 index 0000000..b2957da --- /dev/null +++ b/components/strings/component_strings_vi.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="vi"> +</translationbundle> diff --git a/components/strings/component_strings_zh-CN.xtb b/components/strings/component_strings_zh-CN.xtb new file mode 100644 index 0000000..26e8b40 --- /dev/null +++ b/components/strings/component_strings_zh-CN.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="zh-CN"> +</translationbundle> diff --git a/components/strings/component_strings_zh-TW.xtb b/components/strings/component_strings_zh-TW.xtb new file mode 100644 index 0000000..935ef48 --- /dev/null +++ b/components/strings/component_strings_zh-TW.xtb @@ -0,0 +1,4 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="zh-TW"> +</translationbundle> |