Correct Chinese translation from simplified to traditional

Revise the translation of `zh`
This commit is contained in:
Mathilde 2023-12-05 11:25:58 +01:00 committed by GitHub
commit 6f65c7a6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ var map = {
//'sv': 'Svenska',
//'te': 'తెలుగు',
'uk': 'Українська',
'zh': '繁體中文',
'zh': '中文(簡體)',
};
var messages = {};

View File

@ -36,7 +36,7 @@ var map = {
'de': 'Deutsch',
'pt-br': 'Português do Brasil',
'ro': 'Română',
'zh': '繁體中文',
'zh': '中文(簡體)',
'el': 'Ελληνικά',
};
```
@ -54,7 +54,7 @@ var map = {
'de': 'Deutsch',
'pt-br': 'Português do Brasil',
'ro': 'Română',
'zh': '繁體中文',
'zh': '中文(簡體)',
'el': 'Ελληνικά',
'pirate': 'English Pirate', // add our module to the map of languages
};