2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Allow pulling of Urdu translations from Transifex again

The translations have been fixed.
This commit is contained in:
Gerhard Schlager 2018-03-27 11:40:46 +02:00
parent bc4de7b5ec
commit 37fa843efc
4 changed files with 4080 additions and 138 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -35,6 +35,7 @@ ur:
no_polls_associated_with_this_post: "کوئی پول اس پوسٹ کے ساتھ منسلک نہیں ہیں۔" no_polls_associated_with_this_post: "کوئی پول اس پوسٹ کے ساتھ منسلک نہیں ہیں۔"
no_poll_with_this_name: "کوئی پول جس کا نام <strong>%{نام}</strong> ہو، اس پوسٹ کے ساتھ منسلک نہیں ہے۔" no_poll_with_this_name: "کوئی پول جس کا نام <strong>%{نام}</strong> ہو، اس پوسٹ کے ساتھ منسلک نہیں ہے۔"
post_is_deleted: "حذف کر دی گی پوست پر کام نہیں کیا جا سکتا۔" post_is_deleted: "حذف کر دی گی پوست پر کام نہیں کیا جا سکتا۔"
user_cant_post_in_topic: "آپ ووٹ نہیں کر سکتے کیونکہ آپ اِس ٹاپک میں پوسٹ نہیں کر سکتے ہیں۔"
topic_must_be_open_to_vote: "ووٹ کرنے کیلیے ٹاپک کا کھلا ہونا ضروری ہے۔" topic_must_be_open_to_vote: "ووٹ کرنے کیلیے ٹاپک کا کھلا ہونا ضروری ہے۔"
poll_must_be_open_to_vote: "ووٹ کرنے کیلیے پول کا کھلا ہونا ضروری ہے۔" poll_must_be_open_to_vote: "ووٹ کرنے کیلیے پول کا کھلا ہونا ضروری ہے۔"
topic_must_be_open_to_toggle_status: "سٹیٹس بدلنے کیلیے ٹاپک کا کھلا ہونا ضروری ہے۔" topic_must_be_open_to_toggle_status: "سٹیٹس بدلنے کیلیے ٹاپک کا کھلا ہونا ضروری ہے۔"

View file

@ -48,9 +48,6 @@ end
languages = get_languages.select { |x| x != 'en' }.sort languages = get_languages.select { |x| x != 'en' }.sort
# 'ur' translations still have invalid interpolation that breaks the build
languages -= ['ur']
# ensure that all locale files exists. tx doesn't create missing locale files during pull # ensure that all locale files exists. tx doesn't create missing locale files during pull
YML_DIRS.each do |dir| YML_DIRS.each do |dir|
YML_FILE_PREFIXES.each do |prefix| YML_FILE_PREFIXES.each do |prefix|