From 61160d548f795d6bd965ca82ad0aa4a25e95e5b9 Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 14 Nov 2016 19:56:35 -0400 Subject: [PATCH] Fixed improper formatting of some locales This was causing stack level too deep errors. --- _data/ui-text.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_data/ui-text.yml b/_data/ui-text.yml index c423109b5ae3..da4bd210c1dc 100644 --- a/_data/ui-text.yml +++ b/_data/ui-text.yml @@ -342,14 +342,14 @@ zh: &DEFAULT_ZH comment_success_msg : "Thanks for your comment! It will show on the site once it has been approved." comment_error_msg : "Sorry, there was an error with your submission. Please make sure all required fields have been completed and try again." loading_label : "Loading..." - zh-CN: - <<: *DEFAULT_ZH - zh-HK: - <<: *DEFAULT_ZH - zh-SG: - <<: *DEFAULT_ZH - zh-TW: - <<: *DEFAULT_ZH +zh-CN: + <<: *DEFAULT_ZH +zh-HK: + <<: *DEFAULT_ZH +zh-SG: + <<: *DEFAULT_ZH +zh-TW: + <<: *DEFAULT_ZH # German / Deutsch # -----------------