mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-28 13:50:07 -04:00
Made changes in the language, It was earlier showing English(Au) for both Lithuanian and Norwegian Nynorsk. Couldno't change Bahasa Melayu. It keeps showing {English} in the description instead of Bahasa Melayu
Changed English(Au) in two wrong places to Luthanian and Norwegian Changed English(Au) in two wrong places to Luthanian and Norwegian and made corrections in Bahasa Cleaned up some more lang. descriptions and issue #272 shouldn't happen now i guess Update not_found.jade A couple tweaks to gokul1794's commits.
This commit is contained in:
parent
6c2d4fac7d
commit
63f70f7a39
5 changed files with 9 additions and 9 deletions
app
|
@ -1,4 +1,4 @@
|
|||
module.exports = nativeDescription: "English (AU)", englishDescription: "English (AU)", translation:
|
||||
module.exports = nativeDescription: "lietuvių kalba", englishDescription: "Lithuanian", translation:
|
||||
common:
|
||||
loading: "Loading..."
|
||||
# saving: "Saving..."
|
||||
|
|
|
@ -93,11 +93,11 @@ module.exports = nativeDescription: "Bahasa Melayu", englishDescription: "Bahasa
|
|||
# forum_suffix: " instead."
|
||||
# send: "Send Feedback"
|
||||
|
||||
# diplomat_suggestion:
|
||||
diplomat_suggestion:
|
||||
# title: "Help translate CodeCombat!"
|
||||
# sub_heading: "We need your language skills."
|
||||
# pitch_body: "We develop CodeCombat in English, but we already have players all over the world. Many of them want to play in {English} but don't speak English, so if you can speak both, please consider signing up to be a Diplomat and help translate both the CodeCombat website and all the levels into {English}."
|
||||
# missing_translations: "Until we can translate everything into {English}, you'll see English when {English} isn't available."
|
||||
pitch_body: "We develop CodeCombat in English, but we already have players all over the world. Many of them want to play in Bahasa Melayu but don't speak English, so if you can speak both, please consider signing up to be a Diplomat and help translate both the CodeCombat website and all the levels into Bahasa Melayu."
|
||||
missing_translations: "Until we can translate everything into Bahasa Melayu, you'll see English when Bahasa Melayu isn't available."
|
||||
# learn_more: "Learn more about being a Diplomat"
|
||||
# subscribe_as_diplomat: "Subscribe as a Diplomat"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module.exports = nativeDescription: "English (AU)", englishDescription: "English (AU)", translation:
|
||||
module.exports = nativeDescription: "Norwegian Nynorsk", englishDescription: "Norwegian", translation:
|
||||
common:
|
||||
loading: "Loading..."
|
||||
# saving: "Saving..."
|
||||
|
@ -96,7 +96,7 @@ module.exports = nativeDescription: "English (AU)", englishDescription: "English
|
|||
diplomat_suggestion:
|
||||
# title: "Help translate CodeCombat!"
|
||||
# sub_heading: "We need your language skills."
|
||||
pitch_body: "We develop CodeCombat in English, but we already have players all over the world. Many of them want to play in {English} but don't speak English, so if you can speak both, please consider signing up to be a Diplomat and help translate both the CodeCombat website and all the levels into Norwegian Nynorsk."
|
||||
pitch_body: "We develop CodeCombat in English, but we already have players all over the world. Many of them want to play in Norwegian Nynorsk but don't speak English, so if you can speak both, please consider signing up to be a Diplomat and help translate both the CodeCombat website and all the levels into Nynorsk."
|
||||
missing_translations: "Until we can translate everything into Norwegian Nynorsk, you'll see English when Norwegian Nynorsk isn't available."
|
||||
# learn_more: "Learn more about being a Diplomat"
|
||||
# subscribe_as_diplomat: "Subscribe as a Diplomat"
|
||||
|
|
|
@ -96,8 +96,8 @@ module.exports = nativeDescription: "ไทย", englishDescription: "Thai", tra
|
|||
diplomat_suggestion:
|
||||
# title: "Help translate CodeCombat!"
|
||||
sub_heading: "พวกเราต้องการทักษะภาษาของคุณ"
|
||||
# pitch_body: "We develop CodeCombat in English, but we already have players all over the world. Many of them want to play in {English} but don't speak English, so if you can speak both, please consider signing up to be a Diplomat and help translate both the CodeCombat website and all the levels into {English}."
|
||||
# missing_translations: "Until we can translate everything into {English}, you'll see English when {English} isn't available."
|
||||
pitch_body: "We develop CodeCombat in English, but we already have players all over the world. Many of them want to play in Thai but don't speak English, so if you can speak both, please consider signing up to be a Diplomat and help translate both the CodeCombat website and all the levels into Thai."
|
||||
missing_translations: "Until we can translate everything into Thai, you'll see English when Thai isn't available."
|
||||
# learn_more: "Learn more about being a Diplomat"
|
||||
# subscribe_as_diplomat: "Subscribe as a Diplomat"
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@ extends /templates/base
|
|||
|
||||
block content
|
||||
|
||||
h1.text-center(data-i18n="not_found.page_not_found") Page not found
|
||||
h1.text-center(data-i18n="not_found.page_not_found") Page Not Found
|
||||
|
|
Loading…
Add table
Reference in a new issue