From 81247c1f6aed81d6ec5341b331634b20e3b43a7d Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Thu, 6 Aug 2020 02:03:11 +0200 Subject: [PATCH] DEV: Remove mention of Transifex from locale files --- Dangerfile | 2 +- config/locales/client.en.yml | 16 ---------------- config/locales/server.en.yml | 16 ---------------- plugins/poll/config/locales/client.en.yml | 17 ----------------- plugins/poll/config/locales/server.en.yml | 16 ---------------- 5 files changed, 1 insertion(+), 66 deletions(-) diff --git a/Dangerfile b/Dangerfile index cfa678978af..33cf8fc5657 100644 --- a/Dangerfile +++ b/Dangerfile @@ -17,7 +17,7 @@ locales_changes = git.modified_files.grep(%r{config/locales}) has_non_en_locales_changes = locales_changes.grep_v(%r{config/locales/(?:client|server)\.(?:en|en_US)\.yml}).any? if locales_changes.any? && has_non_en_locales_changes - fail("Please submit your non-English translation updates via [Transifex](https://www.transifex.com/discourse/discourse-org/). You can read more on how to contribute translations [here](https://meta.discourse.org/t/contribute-a-translation-to-discourse/14882).") + fail("Please submit your non-English translation updates via [Crowdin](https://translate.discourse.org/). You can read more on how to contribute translations [here](https://meta.discourse.org/t/contribute-a-translation-to-discourse/14882).") end files = (git.added_files + git.modified_files) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 4ec15414a52..8695fda8833 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1,19 +1,3 @@ -# encoding: utf-8 -# -# This file contains content for the client portion of Discourse, sent out -# to the Javascript app. -# -# To work with us on translations, see: https://www.transifex.com/projects/p/discourse-org/ -# -# This is a "source" file, which is used by Transifex to get translations for other languages. -# After this file is changed, it needs to be pushed by a maintainer to Transifex: -# -# tx push -s -# -# Read more here: https://meta.discourse.org/t/contribute-a-translation-to-discourse/14882 -# -# To validate this YAML file after you change it, please paste it into http://yamllint.com/ - en: js: number: diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 129d66c64d6..8e6beb2f6a6 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1,19 +1,3 @@ -# encoding: utf-8 -# This file contains content for the server portion of Discourse used by Ruby -# -# To work with us on translations, see: -# https://www.transifex.com/projects/p/discourse-org/ -# -# This is a "source" file, which is used by Transifex to get translations for other languages. -# After this file is changed, it needs to be pushed by a maintainer to Transifex: -# -# tx push -s -# -# Read more here: https://meta.discourse.org/t/contribute-a-translation-to-discourse/14882 -# -# To validate this YAML file after you change it, please paste it into -# http://yamllint.com/ - en: dates: # Use Moment.js format string: https://momentjs.com/docs/#/displaying/format/ diff --git a/plugins/poll/config/locales/client.en.yml b/plugins/poll/config/locales/client.en.yml index cd721d53815..03a736e69d7 100644 --- a/plugins/poll/config/locales/client.en.yml +++ b/plugins/poll/config/locales/client.en.yml @@ -1,20 +1,3 @@ -# encoding: utf-8 -# This file contains content for the client portion of the poll plugin, sent out -# to the Javascript app. -# -# To work with us on translations, see: -# https://www.transifex.com/projects/p/discourse-org/ -# -# This is a "source" file, which is used by Transifex to get translations for other languages. -# After this file is changed, it needs to be pushed by a maintainer to Transifex: -# -# tx push -s -# -# Read more here: https://meta.discourse.org/t/contribute-a-translation-to-discourse/14882 -# -# To validate this YAML file after you change it, please paste it into -# http://yamllint.com/ - en: js: poll: diff --git a/plugins/poll/config/locales/server.en.yml b/plugins/poll/config/locales/server.en.yml index 058ab93e775..58e121d5d3d 100644 --- a/plugins/poll/config/locales/server.en.yml +++ b/plugins/poll/config/locales/server.en.yml @@ -1,19 +1,3 @@ -# encoding: utf-8 -# This file contains content for the server portion of the poll plugin used by Ruby -# -# To work with us on translations, see: -# https://www.transifex.com/projects/p/discourse-org/ -# -# This is a "source" file, which is used by Transifex to get translations for other languages. -# After this file is changed, it needs to be pushed by a maintainer to Transifex: -# -# tx push -s -# -# Read more here: https://meta.discourse.org/t/contribute-a-translation-to-discourse/14882 -# -# To validate this YAML file after you change it, please paste it into -# http://yamllint.com/ - en: site_settings: poll_enabled: "Allow polls?"