mirror of
https://github.com/maputnik/editor.git
synced 2026-06-09 08:47:26 +00:00
add german translation, update docs (#931)
- add german translation (following the changes in https://github.com/maplibre/maputnik/pull/929) - using an alphabecial order for the languages - update the documentation with a step-by-step guide - add myself as a helping person for german - move the helping-users list to the implementation of new features - update CHANGELOG.md - add a link to the l18n README in the root README 
This commit is contained in:
+3
-2
@@ -4,10 +4,11 @@ import resourcesToBackend from "i18next-resources-to-backend";
|
||||
import { initReactI18next } from "react-i18next";
|
||||
|
||||
export const supportedLanguages = {
|
||||
"fr": "Français",
|
||||
"de": "Deutsch",
|
||||
"en": "English",
|
||||
"ja": "日本語",
|
||||
"fr": "Français",
|
||||
"he": "עברית",
|
||||
"ja": "日本語",
|
||||
"zh": "简体中文"
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user