From 2a751bd4fe995e652e174585e05f37c5f0543cda Mon Sep 17 00:00:00 2001 From: Oren Kosto Date: Wed, 10 Oct 2018 20:11:15 +0300 Subject: [PATCH] reordered the translations in the i18n.md files according to the filename --- docs/react/i18n.en-US.md | 2 +- docs/react/i18n.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/react/i18n.en-US.md b/docs/react/i18n.en-US.md index 25823708b3..5e36b45071 100644 --- a/docs/react/i18n.en-US.md +++ b/docs/react/i18n.en-US.md @@ -27,7 +27,6 @@ Supported languages: |Language|Filename| |---|---| -|Hebrew|he_IL| |Arabic|ar_EG| |Bulgarian|bg_BG| |Catalan|ca_ES| @@ -42,6 +41,7 @@ Supported languages: |Finnish|fi_FI| |French (Belgium)|fr_BE| |French (France)|fr_FR| +|Hebrew|he_IL| |Italian|it_IT| |Icelandic|is_IS| |Japanese|ja_JP| diff --git a/docs/react/i18n.zh-CN.md b/docs/react/i18n.zh-CN.md index 7ad1f33736..fef424a734 100644 --- a/docs/react/i18n.zh-CN.md +++ b/docs/react/i18n.zh-CN.md @@ -25,7 +25,6 @@ return ( |语言|文件名| |---|---| -|希伯来语|he_IL| |阿拉伯|ar_EG| |保加利亚语|bg_BG| |加泰罗尼亚语|ca_ES| @@ -40,6 +39,7 @@ return ( |芬兰语|fi_FI| |法语(比利时)|fr_BE| |法语|fr_FR| +|希伯来语|he_IL| |冰岛语|is_IS| |意大利语|it_IT| |日语|ja_JP|