From 79ab4c0450b73b6712fbf929f60c35086acf4629 Mon Sep 17 00:00:00 2001 From: Martin Heidegger Date: Fri, 11 Nov 2016 16:25:43 +0900 Subject: [PATCH 1/3] New translations --- i18n/ja.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/i18n/ja.json b/i18n/ja.json index 395e4e4..8138741 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -1,26 +1,26 @@ { - "error": { - "not_same": "Your solution didn't match the expected solution" + "error":{ + "not_same":"Your solution didn't match the expected solution" }, - "diff": { - "expected": "[Missing] ", - "actual": "[Unexpected] ", - "correct": "[Same] ", - "indent": " " + "diff":{ + "expected":"[Missing] ", + "actual":"[Unexpected] ", + "correct":"[Same] ", + "indent":" " }, - "exercise": { - "01_dynamic_output": "Dynamic Output", - "02_i_my_me_mine": "I my me mine", - "03_rocket_science": "Rocket Science", - "04_negotiate_with_everyone": "Negotiate with everyone" + "exercise":{ + "01_dynamic_output":"Dynamic Output", + "02_i_my_me_mine":"I my me mine", + "03_rocket_science":"Rocket Science", + "04_negotiate_with_everyone":"Negotiate with everyone" }, - "negotiate_with_everyone": { - "headers": "Process the request headers.", - "cookies": "Prefer the cookie language but make sure that its a locale that is supported.", - "cookies2": "Store it in the cookies so follow-up requests have the same locale.", - "fallback": "Fall back to the best locale of our system." + "negotiate_with_everyone":{ + "headers":"Process the request headers.", + "cookies":"Prefer the cookie language but make sure that its a locale that is supported.", + "cookies2":"Store it in the cookies so follow-up requests have the same locale.", + "fallback":"Fall back to the best locale of our system." }, - "dynamic_output": { - "greeting": "Greeting for '{{input.data}}' with language '{{input.lang}}': {{output}}" + "dynamic_output":{ + "greeting":"Greeting for '{{input.data}}' with language '{{input.lang}}': {{output}}" } -} +} \ No newline at end of file From 420b2e6c2877614661f484fd76b4352c4682119f Mon Sep 17 00:00:00 2001 From: Martin Heidegger Date: Fri, 11 Nov 2016 16:25:43 +0900 Subject: [PATCH 2/3] New translations --- i18n/fr.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 i18n/fr.json diff --git a/i18n/fr.json b/i18n/fr.json new file mode 100644 index 0000000..8138741 --- /dev/null +++ b/i18n/fr.json @@ -0,0 +1,26 @@ +{ + "error":{ + "not_same":"Your solution didn't match the expected solution" + }, + "diff":{ + "expected":"[Missing] ", + "actual":"[Unexpected] ", + "correct":"[Same] ", + "indent":" " + }, + "exercise":{ + "01_dynamic_output":"Dynamic Output", + "02_i_my_me_mine":"I my me mine", + "03_rocket_science":"Rocket Science", + "04_negotiate_with_everyone":"Negotiate with everyone" + }, + "negotiate_with_everyone":{ + "headers":"Process the request headers.", + "cookies":"Prefer the cookie language but make sure that its a locale that is supported.", + "cookies2":"Store it in the cookies so follow-up requests have the same locale.", + "fallback":"Fall back to the best locale of our system." + }, + "dynamic_output":{ + "greeting":"Greeting for '{{input.data}}' with language '{{input.lang}}': {{output}}" + } +} \ No newline at end of file From 567020b6ca5413fd98b4435f5d2d5309e442512e Mon Sep 17 00:00:00 2001 From: Martin Heidegger Date: Fri, 11 Nov 2016 16:35:04 +0900 Subject: [PATCH 3/3] New translations --- i18n/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/fr.json b/i18n/fr.json index 8138741..f5887ae 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -21,6 +21,6 @@ "fallback":"Fall back to the best locale of our system." }, "dynamic_output":{ - "greeting":"Greeting for '{{input.data}}' with language '{{input.lang}}': {{output}}" + "greeting":"Gruesse von {{input.data}} mit Sprache {{input.lang}} : {{output}}" } } \ No newline at end of file