diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/resources/app_locale_settings.grd | 6 | ||||
-rw-r--r-- | app/resources/app_locale_settings_am.xtb | 9 | ||||
-rw-r--r-- | app/resources/app_locale_settings_sw.xtb | 9 |
3 files changed, 24 insertions, 0 deletions
diff --git a/app/resources/app_locale_settings.grd b/app/resources/app_locale_settings.grd index f869706..fce7aed 100644 --- a/app/resources/app_locale_settings.grd +++ b/app/resources/app_locale_settings.grd @@ -4,6 +4,7 @@ <output filename="grit/app_locale_settings.h" type="rc_header"> <emit emit_type='prepend'></emit> </output> + <output filename="app_locale_settings_am.rc" type="rc_all" lang="am" /> <output filename="app_locale_settings_ar.rc" type="rc_all" lang="ar" /> <output filename="app_locale_settings_bg.rc" type="rc_all" lang="bg" /> <output filename="app_locale_settings_bn.rc" type="rc_all" lang="bn" /> @@ -48,6 +49,7 @@ <output filename="app_locale_settings_sl.rc" type="rc_all" lang="sl" /> <output filename="app_locale_settings_sr.rc" type="rc_all" lang="sr" /> <output filename="app_locale_settings_sv.rc" type="rc_all" lang="sv" /> + <output filename="app_locale_settings_sw.rc" type="rc_all" lang="sw" /> <output filename="app_locale_settings_ta.rc" type="rc_all" lang="ta" /> <output filename="app_locale_settings_te.rc" type="rc_all" lang="te" /> <output filename="app_locale_settings_th.rc" type="rc_all" lang="th" /> @@ -57,6 +59,7 @@ <output filename="app_locale_settings_zh-CN.rc" type="rc_all" lang="zh-CN" /> <output filename="app_locale_settings_zh-TW.rc" type="rc_all" lang="zh-TW" /> + <output filename="app_locale_settings_am.pak" type="data_package" lang="am" /> <output filename="app_locale_settings_ar.pak" type="data_package" lang="ar" /> <output filename="app_locale_settings_bg.pak" type="data_package" lang="bg" /> <output filename="app_locale_settings_bn.pak" type="data_package" lang="bn" /> @@ -101,6 +104,7 @@ <output filename="app_locale_settings_sl.pak" type="data_package" lang="sl" /> <output filename="app_locale_settings_sr.pak" type="data_package" lang="sr" /> <output filename="app_locale_settings_sv.pak" type="data_package" lang="sv" /> + <output filename="app_locale_settings_sw.pak" type="data_package" lang="sw" /> <output filename="app_locale_settings_ta.pak" type="data_package" lang="ta" /> <output filename="app_locale_settings_te.pak" type="data_package" lang="te" /> <output filename="app_locale_settings_th.pak" type="data_package" lang="th" /> @@ -111,6 +115,7 @@ <output filename="app_locale_settings_zh-TW.pak" type="data_package" lang="zh-TW" /> </outputs> <translations> + <file path="app_locale_settings_am.xtb" lang="am" /> <file path="app_locale_settings_ar.xtb" lang="ar" /> <file path="app_locale_settings_bg.xtb" lang="bg" /> <file path="app_locale_settings_bn.xtb" lang="bn" /> @@ -152,6 +157,7 @@ <file path="app_locale_settings_sl.xtb" lang="sl" /> <file path="app_locale_settings_sr.xtb" lang="sr" /> <file path="app_locale_settings_sv.xtb" lang="sv" /> + <file path="app_locale_settings_sw.xtb" lang="sw" /> <file path="app_locale_settings_ta.xtb" lang="ta" /> <file path="app_locale_settings_te.xtb" lang="te" /> <file path="app_locale_settings_th.xtb" lang="th" /> diff --git a/app/resources/app_locale_settings_am.xtb b/app/resources/app_locale_settings_am.xtb new file mode 100644 index 0000000..4d08b65 --- /dev/null +++ b/app/resources/app_locale_settings_am.xtb @@ -0,0 +1,9 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="am"> +<translation id="IDS_UI_FONT_FAMILY_XP">default</translation> +<translation id="IDS_UI_FONT_FAMILY">default</translation> +<translation id="IDS_UI_FONT_SIZE_SCALER_XP">100</translation> +<translation id="IDS_UI_FONT_SIZE_SCALER">100</translation> +<translation id="IDS_MINIMUM_UI_FONT_SIZE">5</translation> +</translationbundle> diff --git a/app/resources/app_locale_settings_sw.xtb b/app/resources/app_locale_settings_sw.xtb new file mode 100644 index 0000000..98921fe --- /dev/null +++ b/app/resources/app_locale_settings_sw.xtb @@ -0,0 +1,9 @@ +<?xml version="1.0" ?> +<!DOCTYPE translationbundle> +<translationbundle lang="sw"> +<translation id="IDS_UI_FONT_FAMILY_XP">default</translation> +<translation id="IDS_UI_FONT_FAMILY">default</translation> +<translation id="IDS_UI_FONT_SIZE_SCALER_XP">100</translation> +<translation id="IDS_UI_FONT_SIZE_SCALER">100</translation> +<translation id="IDS_MINIMUM_UI_FONT_SIZE">5</translation> +</translationbundle> |