forked from home-assistant/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store language native names in git (home-assistant#556)
* Don't delete the gitignore file * Store translation native names in git
- Loading branch information
Showing
4 changed files
with
77 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"bg": { | ||
"nativeName": "Български" | ||
}, | ||
"cs": { | ||
"nativeName": "Čeština" | ||
}, | ||
"da": { | ||
"nativeName": "Dansk" | ||
}, | ||
"de": { | ||
"nativeName": "Deutsch" | ||
}, | ||
"el": { | ||
"nativeName": "Ελληνικά" | ||
}, | ||
"en": { | ||
"nativeName": "English" | ||
}, | ||
"fa": { | ||
"nativeName": "فارسی" | ||
}, | ||
"fi": { | ||
"nativeName": "Suomi" | ||
}, | ||
"fr": { | ||
"nativeName": "Français" | ||
}, | ||
"hu": { | ||
"nativeName": "Magyar" | ||
}, | ||
"it": { | ||
"nativeName": "Italiano" | ||
}, | ||
"ja": { | ||
"nativeName": "日本語" | ||
}, | ||
"lt": { | ||
"nativeName": "Lietuvių" | ||
}, | ||
"nl": { | ||
"nativeName": "Nederlands" | ||
}, | ||
"no": { | ||
"nativeName": "Norsk" | ||
}, | ||
"pl": { | ||
"nativeName": "Polski" | ||
}, | ||
"pt": { | ||
"nativeName": "Português" | ||
}, | ||
"ru": { | ||
"nativeName": "Русский" | ||
}, | ||
"sv": { | ||
"nativeName": "Svenska" | ||
}, | ||
"th": { | ||
"nativeName": "ภาษาไทย" | ||
}, | ||
"tr": { | ||
"nativeName": "Türkçe" | ||
}, | ||
"vi": { | ||
"nativeName": "Tiếng Việt" | ||
}, | ||
"zh-Hans": { | ||
"nativeName": "简体中文" | ||
}, | ||
"zh-Hant": { | ||
"nativeName": "繁體中文" | ||
} | ||
} |