Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Oct 20, 2023
1 parent 6f2092b commit 73f9ea1
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 1 deletion.
87 changes: 87 additions & 0 deletions parser/dist/Nebula/languages.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
/**
* @GeneratedBy default runner
* @OriginalFile raw/Nebula/languages.csv
*/

export default {
English: {
Name: "English",
Code: "en",
UnityLocale: "english",
SteamLocale: "english",
SteamCode: "en",
LocaleAndCountry: "en-US",
},
Français: {
Name: "Français",
Code: "fr",
UnityLocale: "french",
SteamLocale: "french",
SteamCode: "fr",
LocaleAndCountry: "fr-FR",
},
Deutsch: {
Name: "Deutsch",
Code: "de",
UnityLocale: "german",
SteamLocale: "german",
SteamCode: "de",
LocaleAndCountry: "de-DE",
},
Español: {
Name: "Español",
Code: "es",
UnityLocale: "spanish",
SteamLocale: "spanish",
SteamCode: "es",
LocaleAndCountry: "es-ES",
},
Italiano: {
Name: "Italiano",
Code: "it",
UnityLocale: "italian",
SteamLocale: "italian",
SteamCode: "it",
LocaleAndCountry: "it-IT",
},
Pусский: {
Name: "Pусский",
Code: "ru",
UnityLocale: "russian",
SteamLocale: "russian",
SteamCode: "ru",
LocaleAndCountry: "ru-RU",
},
Português: {
Name: "Português",
Code: "pt",
UnityLocale: "portuguese",
SteamLocale: "portuguese",
SteamCode: "pt",
LocaleAndCountry: "pt-BR",
},
한국어: {
Name: "한국어",
Code: "ko",
UnityLocale: "korean",
SteamLocale: "koreana",
SteamCode: "ko",
LocaleAndCountry: "ko-KR",
},
日本語: {
Name: "日本語",
Code: "jp",
UnityLocale: "japanese",
SteamLocale: "japanese",
SteamCode: "ja",
LocaleAndCountry: "ja-JP",
},
简体中文: {
Name: "简体中文",
Code: "zh-si",
UnityLocale: "chinese",
SteamLocale: "schinese",
SteamCode: "zh-CN",
LocaleAndCountry: "zh-CN",
},
};
2 changes: 1 addition & 1 deletion src/regulation/patchCommits.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export default [
{
hash: 'ea4c2cf6a7416f86670a841d28bdb1ad6cc2cc2d',
title: 'Patch № 18',
title: 'Update № 18',
note: '[October 11]: Launch Rehearsal #2 - October 11-16',
},
{
Expand Down

0 comments on commit 73f9ea1

Please sign in to comment.