docs(Locale): add Hebrew to CN doc (#10593)

This commit is contained in:
neverland 2022-05-09 13:11:01 +08:00 committed by GitHub
parent 68a7b17f36
commit 3b0965520b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,7 @@ Locale.add(messages);
Current supported languages:
| Language | Filename | Version |
|--------------------------|--------------| -------- |
| ------------------------ | ------------ | -------- |
| Bangla (Bangladesh) | bn-BD | `v3.4.5` |
| Danish | da-DK | `v3.4.8` |
| German | de-DE | - |
@ -48,7 +48,7 @@ Current supported languages:
| English | en-US | - |
| Spanish (Spain) | es-ES | - |
| French | fr-FR | - |
| Hebrew | he-IL | |
| Hebrew | he-IL | `v3.5.0` |
| Hindi | hi-IN | `v3.4.3` |
| Indonesian | id-ID | `v3.4.5` |
| Icelandic | is-IS | `v3.4.7` |

View File

@ -49,6 +49,7 @@ Locale.add(messages);
| 英语 | en-US | - |
| 西班牙语 | es-ES | - |
| 法语 | fr-FR | - |
| 希伯来语 | he-IL | `v3.5.0` |
| 印地语 | hi-IN | `v3.4.3` |
| 印度尼西亚语 | id-ID | `v3.4.5` |
| 冰岛语 | is-IS | `v3.4.7` |