diff --git a/.tx/config b/.tx/config index e4c6d2b..9810ab1 100644 --- a/.tx/config +++ b/.tx/config @@ -1,6 +1,6 @@ [main] host = https://www.transifex.com -lang_map = el_GR: el, es_ES: es, fr_FR: fr, ko_KR: ko, pt_PT: pt, sk_SK: sk, vi_VN: vi +lang_map = el_GR: el, es_ES: es, fr_FR: fr, hu_HU: hu, ko_KR: ko, pt_PT: pt, sk_SK: sk, vi_VN: vi [discourse-org.pluginmathserverenyml] file_filter = config/locales/server..yml diff --git a/Gemfile.lock b/Gemfile.lock index 1c77998..4e9cc12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/discourse/translations-manager.git - revision: 212a49cfa8feaab90d26f2ff9c65f698fef750e8 + revision: 637f0fe4bbb07d5e3cea32994275a34615694d79 specs: translations-manager (0.2.1) @@ -15,4 +15,4 @@ DEPENDENCIES translations-manager! BUNDLED WITH - 1.16.3 + 1.16.4 diff --git a/config/locales/server.pt.yml b/config/locales/server.pt.yml index 75ba5fa..d4924e0 100644 --- a/config/locales/server.pt.yml +++ b/config/locales/server.pt.yml @@ -10,3 +10,4 @@ pt: discourse_math_enabled: 'Ativar extensão "Discourse Math" (irá adicionar um processamento especial para $ e $$ blocos)' discourse_math_zoom_on_hover: 'Ampliar 200% ao passar o ponteiro do rato' discourse_math_enable_accessibility: 'Activar funcionalidades de acessibilidade' + discourse_math_enable_asciimath: 'Ativar "asciimath" (irá adicionar um processamento especial a entradas começadas por %)' diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml index 60a14ab..67af36e 100644 --- a/config/locales/server.zh_CN.yml +++ b/config/locales/server.zh_CN.yml @@ -10,3 +10,4 @@ zh_CN: discourse_math_enabled: '启用 Discourse 数学插件(将对 $ 和 $$ 进行特殊处理)' discourse_math_zoom_on_hover: '鼠标浮动时放大至 200%' discourse_math_enable_accessibility: '启用可操作性特性' + discourse_math_enable_asciimath: '启用 asciimath(将对由 % 分隔的输入进行特殊处理)'