From a4a07fc735cdd38d0702b480d36829d36737e0ed Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 12 Dec 2017 11:25:55 -0500 Subject: [PATCH] add new language --- config/locales/client.pt.yml | 15 +++++++++++++++ config/locales/server.pt.yml | 8 ++++++++ 2 files changed, 23 insertions(+) create mode 100644 config/locales/client.pt.yml create mode 100644 config/locales/server.pt.yml diff --git a/config/locales/client.pt.yml b/config/locales/client.pt.yml new file mode 100644 index 0000000..32dbf9f --- /dev/null +++ b/config/locales/client.pt.yml @@ -0,0 +1,15 @@ +# encoding: utf-8 +# +# Never edit this file. It will be overwritten when translations are pulled from Transifex. +# +# To work with us on translations, join this project: +# https://www.transifex.com/projects/p/discourse-org/ + +pt: + admin_js: + admin: + site_settings: + categories: + dfp_plugin: 'DFP' + adsense_plugin: 'Adsense' + amazon_plugin: 'Amazon' diff --git a/config/locales/server.pt.yml b/config/locales/server.pt.yml new file mode 100644 index 0000000..d12527a --- /dev/null +++ b/config/locales/server.pt.yml @@ -0,0 +1,8 @@ +# encoding: utf-8 +# +# Never edit this file. It will be overwritten when translations are pulled from Transifex. +# +# To work with us on translations, join this project: +# https://www.transifex.com/projects/p/discourse-org/ + +pt: {}