feat: 🌐 Add language picker to post form
This also refactors the langmap and makes many other small language-related changes to get it working. Fixes #9692
This commit is contained in:
parent
92758a29f1
commit
be163498c0
13 changed files with 361 additions and 764 deletions
|
@ -1012,6 +1012,7 @@ speed: "Speed"
|
||||||
slow: "Slow"
|
slow: "Slow"
|
||||||
fast: "Fast"
|
fast: "Fast"
|
||||||
sensitiveMediaDetection: "Detection of NSFW media"
|
sensitiveMediaDetection: "Detection of NSFW media"
|
||||||
|
autoDetect: "Auto detect"
|
||||||
localOnly: "Local only"
|
localOnly: "Local only"
|
||||||
remoteOnly: "Remote only"
|
remoteOnly: "Remote only"
|
||||||
failedToUpload: "Upload failed"
|
failedToUpload: "Upload failed"
|
||||||
|
|
|
@ -1,372 +1,156 @@
|
||||||
// TODO: sharedに置いてフロントエンドのと統合したい
|
// TODO: sharedに置いてフロントエンドのと統合したい
|
||||||
export const langmap = {
|
export const iso639Langs1 = {
|
||||||
ach: {
|
|
||||||
nativeName: "Lwo",
|
|
||||||
},
|
|
||||||
ady: {
|
|
||||||
nativeName: "Адыгэбзэ",
|
|
||||||
},
|
|
||||||
af: {
|
af: {
|
||||||
nativeName: "Afrikaans",
|
nativeName: "Afrikaans",
|
||||||
},
|
},
|
||||||
"af-NA": {
|
|
||||||
nativeName: "Afrikaans (Namibia)",
|
|
||||||
},
|
|
||||||
"af-ZA": {
|
|
||||||
nativeName: "Afrikaans (South Africa)",
|
|
||||||
},
|
|
||||||
ak: {
|
ak: {
|
||||||
nativeName: "Tɕɥi",
|
nativeName: "Tɕɥi",
|
||||||
},
|
},
|
||||||
ar: {
|
ar: {
|
||||||
nativeName: "العربية",
|
nativeName: "العربية",
|
||||||
},
|
},
|
||||||
"ar-AR": {
|
ay: {
|
||||||
nativeName: "العربية",
|
|
||||||
},
|
|
||||||
"ar-MA": {
|
|
||||||
nativeName: "العربية",
|
|
||||||
},
|
|
||||||
"ar-SA": {
|
|
||||||
nativeName: "العربية (السعودية)",
|
|
||||||
},
|
|
||||||
"ay-BO": {
|
|
||||||
nativeName: "Aymar aru",
|
nativeName: "Aymar aru",
|
||||||
},
|
},
|
||||||
az: {
|
az: {
|
||||||
nativeName: "Azərbaycan dili",
|
nativeName: "Azərbaycan dili",
|
||||||
},
|
},
|
||||||
"az-AZ": {
|
be: {
|
||||||
nativeName: "Azərbaycan dili",
|
|
||||||
},
|
|
||||||
"be-BY": {
|
|
||||||
nativeName: "Беларуская",
|
nativeName: "Беларуская",
|
||||||
},
|
},
|
||||||
bg: {
|
bg: {
|
||||||
nativeName: "Български",
|
nativeName: "Български",
|
||||||
},
|
},
|
||||||
"bg-BG": {
|
|
||||||
nativeName: "Български",
|
|
||||||
},
|
|
||||||
bn: {
|
bn: {
|
||||||
nativeName: "বাংলা",
|
nativeName: "বাংলা",
|
||||||
},
|
},
|
||||||
"bn-IN": {
|
|
||||||
nativeName: "বাংলা (ভারত)",
|
|
||||||
},
|
|
||||||
"bn-BD": {
|
|
||||||
nativeName: "বাংলা(বাংলাদেশ)",
|
|
||||||
},
|
|
||||||
br: {
|
br: {
|
||||||
nativeName: "Brezhoneg",
|
nativeName: "Brezhoneg",
|
||||||
},
|
},
|
||||||
"bs-BA": {
|
bs: {
|
||||||
nativeName: "Bosanski",
|
nativeName: "Bosanski",
|
||||||
},
|
},
|
||||||
ca: {
|
ca: {
|
||||||
nativeName: "Català",
|
nativeName: "Català",
|
||||||
},
|
},
|
||||||
"ca-ES": {
|
|
||||||
nativeName: "Català",
|
|
||||||
},
|
|
||||||
cak: {
|
|
||||||
nativeName: "Maya Kaqchikel",
|
|
||||||
},
|
|
||||||
"ck-US": {
|
|
||||||
nativeName: "ᏣᎳᎩ (tsalagi)",
|
|
||||||
},
|
|
||||||
cs: {
|
cs: {
|
||||||
nativeName: "Čeština",
|
nativeName: "Čeština",
|
||||||
},
|
},
|
||||||
"cs-CZ": {
|
|
||||||
nativeName: "Čeština",
|
|
||||||
},
|
|
||||||
cy: {
|
cy: {
|
||||||
nativeName: "Cymraeg",
|
nativeName: "Cymraeg",
|
||||||
},
|
},
|
||||||
"cy-GB": {
|
|
||||||
nativeName: "Cymraeg",
|
|
||||||
},
|
|
||||||
da: {
|
da: {
|
||||||
nativeName: "Dansk",
|
nativeName: "Dansk",
|
||||||
},
|
},
|
||||||
"da-DK": {
|
|
||||||
nativeName: "Dansk",
|
|
||||||
},
|
|
||||||
de: {
|
de: {
|
||||||
nativeName: "Deutsch",
|
nativeName: "Deutsch",
|
||||||
},
|
},
|
||||||
"de-AT": {
|
|
||||||
nativeName: "Deutsch (Österreich)",
|
|
||||||
},
|
|
||||||
"de-DE": {
|
|
||||||
nativeName: "Deutsch (Deutschland)",
|
|
||||||
},
|
|
||||||
"de-CH": {
|
|
||||||
nativeName: "Deutsch (Schweiz)",
|
|
||||||
},
|
|
||||||
dsb: {
|
|
||||||
nativeName: "Dolnoserbšćina",
|
|
||||||
},
|
|
||||||
el: {
|
el: {
|
||||||
nativeName: "Ελληνικά",
|
nativeName: "Ελληνικά",
|
||||||
},
|
},
|
||||||
"el-GR": {
|
|
||||||
nativeName: "Ελληνικά",
|
|
||||||
},
|
|
||||||
en: {
|
en: {
|
||||||
nativeName: "English",
|
nativeName: "English",
|
||||||
},
|
},
|
||||||
"en-GB": {
|
|
||||||
nativeName: "English (UK)",
|
|
||||||
},
|
|
||||||
"en-AU": {
|
|
||||||
nativeName: "English (Australia)",
|
|
||||||
},
|
|
||||||
"en-CA": {
|
|
||||||
nativeName: "English (Canada)",
|
|
||||||
},
|
|
||||||
"en-IE": {
|
|
||||||
nativeName: "English (Ireland)",
|
|
||||||
},
|
|
||||||
"en-IN": {
|
|
||||||
nativeName: "English (India)",
|
|
||||||
},
|
|
||||||
"en-PI": {
|
|
||||||
nativeName: "English (Pirate)",
|
|
||||||
},
|
|
||||||
"en-SG": {
|
|
||||||
nativeName: "English (Singapore)",
|
|
||||||
},
|
|
||||||
"en-UD": {
|
|
||||||
nativeName: "English (Upside Down)",
|
|
||||||
},
|
|
||||||
"en-US": {
|
|
||||||
nativeName: "English (US)",
|
|
||||||
},
|
|
||||||
"en-ZA": {
|
|
||||||
nativeName: "English (South Africa)",
|
|
||||||
},
|
|
||||||
"en@pirate": {
|
|
||||||
nativeName: "English (Pirate)",
|
|
||||||
},
|
|
||||||
eo: {
|
eo: {
|
||||||
nativeName: "Esperanto",
|
nativeName: "Esperanto",
|
||||||
},
|
},
|
||||||
"eo-EO": {
|
|
||||||
nativeName: "Esperanto",
|
|
||||||
},
|
|
||||||
es: {
|
es: {
|
||||||
nativeName: "Español",
|
nativeName: "Español",
|
||||||
},
|
},
|
||||||
"es-AR": {
|
|
||||||
nativeName: "Español (Argentine)",
|
|
||||||
},
|
|
||||||
"es-419": {
|
|
||||||
nativeName: "Español (Latinoamérica)",
|
|
||||||
},
|
|
||||||
"es-CL": {
|
|
||||||
nativeName: "Español (Chile)",
|
|
||||||
},
|
|
||||||
"es-CO": {
|
|
||||||
nativeName: "Español (Colombia)",
|
|
||||||
},
|
|
||||||
"es-EC": {
|
|
||||||
nativeName: "Español (Ecuador)",
|
|
||||||
},
|
|
||||||
"es-ES": {
|
|
||||||
nativeName: "Español (España)",
|
|
||||||
},
|
|
||||||
"es-LA": {
|
|
||||||
nativeName: "Español (Latinoamérica)",
|
|
||||||
},
|
|
||||||
"es-NI": {
|
|
||||||
nativeName: "Español (Nicaragua)",
|
|
||||||
},
|
|
||||||
"es-MX": {
|
|
||||||
nativeName: "Español (México)",
|
|
||||||
},
|
|
||||||
"es-US": {
|
|
||||||
nativeName: "Español (Estados Unidos)",
|
|
||||||
},
|
|
||||||
"es-VE": {
|
|
||||||
nativeName: "Español (Venezuela)",
|
|
||||||
},
|
|
||||||
et: {
|
et: {
|
||||||
nativeName: "eesti keel",
|
nativeName: "eesti keel",
|
||||||
},
|
},
|
||||||
"et-EE": {
|
|
||||||
nativeName: "Eesti (Estonia)",
|
|
||||||
},
|
|
||||||
eu: {
|
eu: {
|
||||||
nativeName: "Euskara",
|
nativeName: "Euskara",
|
||||||
},
|
},
|
||||||
"eu-ES": {
|
|
||||||
nativeName: "Euskara",
|
|
||||||
},
|
|
||||||
fa: {
|
fa: {
|
||||||
nativeName: "فارسی",
|
nativeName: "فارسی",
|
||||||
},
|
},
|
||||||
"fa-IR": {
|
|
||||||
nativeName: "فارسی",
|
|
||||||
},
|
|
||||||
"fb-LT": {
|
|
||||||
nativeName: "Leet Speak",
|
|
||||||
},
|
|
||||||
ff: {
|
ff: {
|
||||||
nativeName: "Fulah",
|
nativeName: "Fulah",
|
||||||
},
|
},
|
||||||
fi: {
|
fi: {
|
||||||
nativeName: "Suomi",
|
nativeName: "Suomi",
|
||||||
},
|
},
|
||||||
"fi-FI": {
|
|
||||||
nativeName: "Suomi",
|
|
||||||
},
|
|
||||||
fo: {
|
fo: {
|
||||||
nativeName: "Føroyskt",
|
nativeName: "Føroyskt",
|
||||||
},
|
},
|
||||||
"fo-FO": {
|
|
||||||
nativeName: "Føroyskt (Færeyjar)",
|
|
||||||
},
|
|
||||||
fr: {
|
fr: {
|
||||||
nativeName: "Français",
|
nativeName: "Français",
|
||||||
},
|
},
|
||||||
"fr-CA": {
|
fy: {
|
||||||
nativeName: "Français (Canada)",
|
|
||||||
},
|
|
||||||
"fr-FR": {
|
|
||||||
nativeName: "Français (France)",
|
|
||||||
},
|
|
||||||
"fr-BE": {
|
|
||||||
nativeName: "Français (Belgique)",
|
|
||||||
},
|
|
||||||
"fr-CH": {
|
|
||||||
nativeName: "Français (Suisse)",
|
|
||||||
},
|
|
||||||
"fy-NL": {
|
|
||||||
nativeName: "Frysk",
|
nativeName: "Frysk",
|
||||||
},
|
},
|
||||||
ga: {
|
ga: {
|
||||||
nativeName: "Gaeilge",
|
nativeName: "Gaeilge",
|
||||||
},
|
},
|
||||||
"ga-IE": {
|
|
||||||
nativeName: "Gaeilge",
|
|
||||||
},
|
|
||||||
gd: {
|
gd: {
|
||||||
nativeName: "Gàidhlig",
|
nativeName: "Gàidhlig",
|
||||||
},
|
},
|
||||||
gl: {
|
gl: {
|
||||||
nativeName: "Galego",
|
nativeName: "Galego",
|
||||||
},
|
},
|
||||||
"gl-ES": {
|
gn: {
|
||||||
nativeName: "Galego",
|
|
||||||
},
|
|
||||||
"gn-PY": {
|
|
||||||
nativeName: "Avañe'ẽ",
|
nativeName: "Avañe'ẽ",
|
||||||
},
|
},
|
||||||
"gu-IN": {
|
gu: {
|
||||||
nativeName: "ગુજરાતી",
|
nativeName: "ગુજરાતી",
|
||||||
},
|
},
|
||||||
gv: {
|
gv: {
|
||||||
nativeName: "Gaelg",
|
nativeName: "Gaelg",
|
||||||
},
|
},
|
||||||
"gx-GR": {
|
|
||||||
nativeName: "Ἑλληνική ἀρχαία",
|
|
||||||
},
|
|
||||||
he: {
|
he: {
|
||||||
nativeName: "עברית",
|
nativeName: "עברית",
|
||||||
},
|
},
|
||||||
"he-IL": {
|
|
||||||
nativeName: "עברית",
|
|
||||||
},
|
|
||||||
hi: {
|
hi: {
|
||||||
nativeName: "हिन्दी",
|
nativeName: "हिन्दी",
|
||||||
},
|
},
|
||||||
"hi-IN": {
|
|
||||||
nativeName: "हिन्दी",
|
|
||||||
},
|
|
||||||
hr: {
|
hr: {
|
||||||
nativeName: "Hrvatski",
|
nativeName: "Hrvatski",
|
||||||
},
|
},
|
||||||
"hr-HR": {
|
|
||||||
nativeName: "Hrvatski",
|
|
||||||
},
|
|
||||||
hsb: {
|
|
||||||
nativeName: "Hornjoserbšćina",
|
|
||||||
},
|
|
||||||
ht: {
|
ht: {
|
||||||
nativeName: "Kreyòl",
|
nativeName: "Kreyòl",
|
||||||
},
|
},
|
||||||
hu: {
|
hu: {
|
||||||
nativeName: "Magyar",
|
nativeName: "Magyar",
|
||||||
},
|
},
|
||||||
"hu-HU": {
|
|
||||||
nativeName: "Magyar",
|
|
||||||
},
|
|
||||||
hy: {
|
hy: {
|
||||||
nativeName: "Հայերեն",
|
nativeName: "Հայերեն",
|
||||||
},
|
},
|
||||||
"hy-AM": {
|
|
||||||
nativeName: "Հայերեն (Հայաստան)",
|
|
||||||
},
|
|
||||||
id: {
|
id: {
|
||||||
nativeName: "Bahasa Indonesia",
|
nativeName: "Bahasa Indonesia",
|
||||||
},
|
},
|
||||||
"id-ID": {
|
|
||||||
nativeName: "Bahasa Indonesia",
|
|
||||||
},
|
|
||||||
is: {
|
is: {
|
||||||
nativeName: "Íslenska",
|
nativeName: "Íslenska",
|
||||||
},
|
},
|
||||||
"is-IS": {
|
|
||||||
nativeName: "Íslenska (Iceland)",
|
|
||||||
},
|
|
||||||
it: {
|
it: {
|
||||||
nativeName: "Italiano",
|
nativeName: "Italiano",
|
||||||
},
|
},
|
||||||
"it-IT": {
|
|
||||||
nativeName: "Italiano",
|
|
||||||
},
|
|
||||||
ja: {
|
ja: {
|
||||||
nativeName: "日本語",
|
nativeName: "日本語",
|
||||||
},
|
},
|
||||||
"ja-JP": {
|
jv: {
|
||||||
nativeName: "日本語 (日本)",
|
|
||||||
},
|
|
||||||
"jv-ID": {
|
|
||||||
nativeName: "Basa Jawa",
|
nativeName: "Basa Jawa",
|
||||||
},
|
},
|
||||||
"ka-GE": {
|
ka: {
|
||||||
nativeName: "ქართული",
|
nativeName: "ქართული",
|
||||||
},
|
},
|
||||||
"kk-KZ": {
|
kk: {
|
||||||
nativeName: "Қазақша",
|
nativeName: "Қазақша",
|
||||||
},
|
},
|
||||||
km: {
|
|
||||||
nativeName: "ភាសាខ្មែរ",
|
|
||||||
},
|
|
||||||
kl: {
|
kl: {
|
||||||
nativeName: "kalaallisut",
|
nativeName: "kalaallisut",
|
||||||
},
|
},
|
||||||
"km-KH": {
|
km: {
|
||||||
nativeName: "ភាសាខ្មែរ",
|
nativeName: "ភាសាខ្មែរ",
|
||||||
},
|
},
|
||||||
kab: {
|
|
||||||
nativeName: "Taqbaylit",
|
|
||||||
},
|
|
||||||
kn: {
|
kn: {
|
||||||
nativeName: "ಕನ್ನಡ",
|
nativeName: "ಕನ್ನಡ",
|
||||||
},
|
},
|
||||||
"kn-IN": {
|
|
||||||
nativeName: "ಕನ್ನಡ (India)",
|
|
||||||
},
|
|
||||||
ko: {
|
ko: {
|
||||||
nativeName: "한국어",
|
nativeName: "한국어",
|
||||||
},
|
},
|
||||||
"ko-KR": {
|
ku: {
|
||||||
nativeName: "한국어 (한국)",
|
|
||||||
},
|
|
||||||
"ku-TR": {
|
|
||||||
nativeName: "Kurdî",
|
nativeName: "Kurdî",
|
||||||
},
|
},
|
||||||
kw: {
|
kw: {
|
||||||
|
@ -375,66 +159,39 @@ export const langmap = {
|
||||||
la: {
|
la: {
|
||||||
nativeName: "Latin",
|
nativeName: "Latin",
|
||||||
},
|
},
|
||||||
"la-VA": {
|
|
||||||
nativeName: "Latin",
|
|
||||||
},
|
|
||||||
lb: {
|
lb: {
|
||||||
nativeName: "Lëtzebuergesch",
|
nativeName: "Lëtzebuergesch",
|
||||||
},
|
},
|
||||||
"li-NL": {
|
li: {
|
||||||
nativeName: "Lèmbörgs",
|
nativeName: "Lèmbörgs",
|
||||||
},
|
},
|
||||||
lt: {
|
lt: {
|
||||||
nativeName: "Lietuvių",
|
nativeName: "Lietuvių",
|
||||||
},
|
},
|
||||||
"lt-LT": {
|
|
||||||
nativeName: "Lietuvių",
|
|
||||||
},
|
|
||||||
lv: {
|
lv: {
|
||||||
nativeName: "Latviešu",
|
nativeName: "Latviešu",
|
||||||
},
|
},
|
||||||
"lv-LV": {
|
mg: {
|
||||||
nativeName: "Latviešu",
|
|
||||||
},
|
|
||||||
mai: {
|
|
||||||
nativeName: "मैथिली, মৈথিলী",
|
|
||||||
},
|
|
||||||
"mg-MG": {
|
|
||||||
nativeName: "Malagasy",
|
nativeName: "Malagasy",
|
||||||
},
|
},
|
||||||
mk: {
|
mk: {
|
||||||
nativeName: "Македонски",
|
nativeName: "Македонски",
|
||||||
},
|
},
|
||||||
"mk-MK": {
|
|
||||||
nativeName: "Македонски (Македонски)",
|
|
||||||
},
|
|
||||||
ml: {
|
ml: {
|
||||||
nativeName: "മലയാളം",
|
nativeName: "മലയാളം",
|
||||||
},
|
},
|
||||||
"ml-IN": {
|
mn: {
|
||||||
nativeName: "മലയാളം",
|
|
||||||
},
|
|
||||||
"mn-MN": {
|
|
||||||
nativeName: "Монгол",
|
nativeName: "Монгол",
|
||||||
},
|
},
|
||||||
mr: {
|
mr: {
|
||||||
nativeName: "मराठी",
|
nativeName: "मराठी",
|
||||||
},
|
},
|
||||||
"mr-IN": {
|
|
||||||
nativeName: "मराठी",
|
|
||||||
},
|
|
||||||
ms: {
|
ms: {
|
||||||
nativeName: "Bahasa Melayu",
|
nativeName: "Bahasa Melayu",
|
||||||
},
|
},
|
||||||
"ms-MY": {
|
|
||||||
nativeName: "Bahasa Melayu",
|
|
||||||
},
|
|
||||||
mt: {
|
mt: {
|
||||||
nativeName: "Malti",
|
nativeName: "Malti",
|
||||||
},
|
},
|
||||||
"mt-MT": {
|
|
||||||
nativeName: "Malti",
|
|
||||||
},
|
|
||||||
my: {
|
my: {
|
||||||
nativeName: "ဗမာစကာ",
|
nativeName: "ဗမာစကာ",
|
||||||
},
|
},
|
||||||
|
@ -444,223 +201,182 @@ export const langmap = {
|
||||||
nb: {
|
nb: {
|
||||||
nativeName: "Norsk (bokmål)",
|
nativeName: "Norsk (bokmål)",
|
||||||
},
|
},
|
||||||
"nb-NO": {
|
|
||||||
nativeName: "Norsk (bokmål)",
|
|
||||||
},
|
|
||||||
ne: {
|
ne: {
|
||||||
nativeName: "नेपाली",
|
nativeName: "नेपाली",
|
||||||
},
|
},
|
||||||
"ne-NP": {
|
|
||||||
nativeName: "नेपाली",
|
|
||||||
},
|
|
||||||
nl: {
|
nl: {
|
||||||
nativeName: "Nederlands",
|
nativeName: "Nederlands",
|
||||||
},
|
},
|
||||||
"nl-BE": {
|
nn: {
|
||||||
nativeName: "Nederlands (België)",
|
|
||||||
},
|
|
||||||
"nl-NL": {
|
|
||||||
nativeName: "Nederlands (Nederland)",
|
|
||||||
},
|
|
||||||
"nn-NO": {
|
|
||||||
nativeName: "Norsk (nynorsk)",
|
nativeName: "Norsk (nynorsk)",
|
||||||
},
|
},
|
||||||
oc: {
|
oc: {
|
||||||
nativeName: "Occitan",
|
nativeName: "Occitan",
|
||||||
},
|
},
|
||||||
"or-IN": {
|
or: {
|
||||||
nativeName: "ଓଡ଼ିଆ",
|
nativeName: "ଓଡ଼ିଆ",
|
||||||
},
|
},
|
||||||
pa: {
|
pa: {
|
||||||
nativeName: "ਪੰਜਾਬੀ",
|
nativeName: "ਪੰਜਾਬੀ",
|
||||||
},
|
},
|
||||||
"pa-IN": {
|
|
||||||
nativeName: "ਪੰਜਾਬੀ (ਭਾਰਤ ਨੂੰ)",
|
|
||||||
},
|
|
||||||
pl: {
|
pl: {
|
||||||
nativeName: "Polski",
|
nativeName: "Polski",
|
||||||
},
|
},
|
||||||
"pl-PL": {
|
ps: {
|
||||||
nativeName: "Polski",
|
|
||||||
},
|
|
||||||
"ps-AF": {
|
|
||||||
nativeName: "پښتو",
|
nativeName: "پښتو",
|
||||||
},
|
},
|
||||||
pt: {
|
pt: {
|
||||||
nativeName: "Português",
|
nativeName: "Português",
|
||||||
},
|
},
|
||||||
"pt-BR": {
|
qu: {
|
||||||
nativeName: "Português (Brasil)",
|
|
||||||
},
|
|
||||||
"pt-PT": {
|
|
||||||
nativeName: "Português (Portugal)",
|
|
||||||
},
|
|
||||||
"qu-PE": {
|
|
||||||
nativeName: "Qhichwa",
|
nativeName: "Qhichwa",
|
||||||
},
|
},
|
||||||
"rm-CH": {
|
rm: {
|
||||||
nativeName: "Rumantsch",
|
nativeName: "Rumantsch",
|
||||||
},
|
},
|
||||||
ro: {
|
ro: {
|
||||||
nativeName: "Română",
|
nativeName: "Română",
|
||||||
},
|
},
|
||||||
"ro-RO": {
|
|
||||||
nativeName: "Română",
|
|
||||||
},
|
|
||||||
ru: {
|
ru: {
|
||||||
nativeName: "Русский",
|
nativeName: "Русский",
|
||||||
},
|
},
|
||||||
"ru-RU": {
|
sa: {
|
||||||
nativeName: "Русский",
|
|
||||||
},
|
|
||||||
"sa-IN": {
|
|
||||||
nativeName: "संस्कृतम्",
|
nativeName: "संस्कृतम्",
|
||||||
},
|
},
|
||||||
"se-NO": {
|
se: {
|
||||||
nativeName: "Davvisámegiella",
|
nativeName: "Davvisámegiella",
|
||||||
},
|
},
|
||||||
sh: {
|
sh: {
|
||||||
nativeName: "српскохрватски",
|
nativeName: "српскохрватски",
|
||||||
},
|
},
|
||||||
"si-LK": {
|
si: {
|
||||||
nativeName: "සිංහල",
|
nativeName: "සිංහල",
|
||||||
},
|
},
|
||||||
sk: {
|
sk: {
|
||||||
nativeName: "Slovenčina",
|
nativeName: "Slovenčina",
|
||||||
},
|
},
|
||||||
"sk-SK": {
|
|
||||||
nativeName: "Slovenčina (Slovakia)",
|
|
||||||
},
|
|
||||||
sl: {
|
sl: {
|
||||||
nativeName: "Slovenščina",
|
nativeName: "Slovenščina",
|
||||||
},
|
},
|
||||||
"sl-SI": {
|
so: {
|
||||||
nativeName: "Slovenščina",
|
|
||||||
},
|
|
||||||
"so-SO": {
|
|
||||||
nativeName: "Soomaaliga",
|
nativeName: "Soomaaliga",
|
||||||
},
|
},
|
||||||
sq: {
|
sq: {
|
||||||
nativeName: "Shqip",
|
nativeName: "Shqip",
|
||||||
},
|
},
|
||||||
"sq-AL": {
|
|
||||||
nativeName: "Shqip",
|
|
||||||
},
|
|
||||||
sr: {
|
sr: {
|
||||||
nativeName: "Српски",
|
nativeName: "Српски",
|
||||||
},
|
},
|
||||||
"sr-RS": {
|
|
||||||
nativeName: "Српски (Serbia)",
|
|
||||||
},
|
|
||||||
su: {
|
su: {
|
||||||
nativeName: "Basa Sunda",
|
nativeName: "Basa Sunda",
|
||||||
},
|
},
|
||||||
sv: {
|
sv: {
|
||||||
nativeName: "Svenska",
|
nativeName: "Svenska",
|
||||||
},
|
},
|
||||||
"sv-SE": {
|
|
||||||
nativeName: "Svenska",
|
|
||||||
},
|
|
||||||
sw: {
|
sw: {
|
||||||
nativeName: "Kiswahili",
|
nativeName: "Kiswahili",
|
||||||
},
|
},
|
||||||
"sw-KE": {
|
|
||||||
nativeName: "Kiswahili",
|
|
||||||
},
|
|
||||||
ta: {
|
ta: {
|
||||||
nativeName: "தமிழ்",
|
nativeName: "தமிழ்",
|
||||||
},
|
},
|
||||||
"ta-IN": {
|
|
||||||
nativeName: "தமிழ்",
|
|
||||||
},
|
|
||||||
te: {
|
te: {
|
||||||
nativeName: "తెలుగు",
|
nativeName: "తెలుగు",
|
||||||
},
|
},
|
||||||
"te-IN": {
|
|
||||||
nativeName: "తెలుగు",
|
|
||||||
},
|
|
||||||
tg: {
|
tg: {
|
||||||
nativeName: "забо́ни тоҷикӣ́",
|
nativeName: "забо́ни тоҷикӣ́",
|
||||||
},
|
},
|
||||||
"tg-TJ": {
|
|
||||||
nativeName: "тоҷикӣ",
|
|
||||||
},
|
|
||||||
th: {
|
th: {
|
||||||
nativeName: "ภาษาไทย",
|
nativeName: "ภาษาไทย",
|
||||||
},
|
},
|
||||||
"th-TH": {
|
|
||||||
nativeName: "ภาษาไทย (ประเทศไทย)",
|
|
||||||
},
|
|
||||||
fil: {
|
|
||||||
nativeName: "Filipino",
|
|
||||||
},
|
|
||||||
tlh: {
|
|
||||||
nativeName: "tlhIngan-Hol",
|
|
||||||
},
|
|
||||||
tr: {
|
tr: {
|
||||||
nativeName: "Türkçe",
|
nativeName: "Türkçe",
|
||||||
},
|
},
|
||||||
"tr-TR": {
|
tt: {
|
||||||
nativeName: "Türkçe",
|
|
||||||
},
|
|
||||||
"tt-RU": {
|
|
||||||
nativeName: "татарча",
|
nativeName: "татарча",
|
||||||
},
|
},
|
||||||
uk: {
|
uk: {
|
||||||
nativeName: "Українська",
|
nativeName: "Українська",
|
||||||
},
|
},
|
||||||
"uk-UA": {
|
|
||||||
nativeName: "Українська",
|
|
||||||
},
|
|
||||||
ur: {
|
ur: {
|
||||||
nativeName: "اردو",
|
nativeName: "اردو",
|
||||||
},
|
},
|
||||||
"ur-PK": {
|
|
||||||
nativeName: "اردو",
|
|
||||||
},
|
|
||||||
uz: {
|
uz: {
|
||||||
nativeName: "O'zbek",
|
nativeName: "O'zbek",
|
||||||
},
|
},
|
||||||
"uz-UZ": {
|
|
||||||
nativeName: "O'zbek",
|
|
||||||
},
|
|
||||||
vi: {
|
vi: {
|
||||||
nativeName: "Tiếng Việt",
|
nativeName: "Tiếng Việt",
|
||||||
},
|
},
|
||||||
"vi-VN": {
|
xh: {
|
||||||
nativeName: "Tiếng Việt",
|
|
||||||
},
|
|
||||||
"xh-ZA": {
|
|
||||||
nativeName: "isiXhosa",
|
nativeName: "isiXhosa",
|
||||||
},
|
},
|
||||||
yi: {
|
yi: {
|
||||||
nativeName: "ייִדיש",
|
nativeName: "ייִדיש",
|
||||||
},
|
},
|
||||||
"yi-DE": {
|
|
||||||
nativeName: "ייִדיש (German)",
|
|
||||||
},
|
|
||||||
zh: {
|
zh: {
|
||||||
nativeName: "中文",
|
nativeName: "中文",
|
||||||
},
|
},
|
||||||
"zh-Hans": {
|
zu: {
|
||||||
nativeName: "中文简体",
|
|
||||||
},
|
|
||||||
"zh-Hant": {
|
|
||||||
nativeName: "中文繁體",
|
|
||||||
},
|
|
||||||
"zh-CN": {
|
|
||||||
nativeName: "中文(中国大陆)",
|
|
||||||
},
|
|
||||||
"zh-HK": {
|
|
||||||
nativeName: "中文(香港)",
|
|
||||||
},
|
|
||||||
"zh-SG": {
|
|
||||||
nativeName: "中文(新加坡)",
|
|
||||||
},
|
|
||||||
"zh-TW": {
|
|
||||||
nativeName: "中文(台灣)",
|
|
||||||
},
|
|
||||||
"zu-ZA": {
|
|
||||||
nativeName: "isiZulu",
|
nativeName: "isiZulu",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const iso639Langs3 = {
|
||||||
|
ach: {
|
||||||
|
nativeName: "Lwo",
|
||||||
|
},
|
||||||
|
ady: {
|
||||||
|
nativeName: "Адыгэбзэ",
|
||||||
|
},
|
||||||
|
cak: {
|
||||||
|
nativeName: "Maya Kaqchikel",
|
||||||
|
},
|
||||||
|
chr: {
|
||||||
|
nativeName: "ᏣᎳᎩ (tsalagi)",
|
||||||
|
},
|
||||||
|
dsb: {
|
||||||
|
nativeName: "Dolnoserbšćina",
|
||||||
|
},
|
||||||
|
fil: {
|
||||||
|
nativeName: "Filipino",
|
||||||
|
},
|
||||||
|
hsb: {
|
||||||
|
nativeName: "Hornjoserbšćina",
|
||||||
|
},
|
||||||
|
kab: {
|
||||||
|
nativeName: "Taqbaylit",
|
||||||
|
},
|
||||||
|
mai: {
|
||||||
|
nativeName: "मैथिली, মৈথিলী",
|
||||||
|
},
|
||||||
|
tlh: {
|
||||||
|
nativeName: "tlhIngan-Hol",
|
||||||
|
},
|
||||||
|
tok: {
|
||||||
|
nativeName: "Toki Pona",
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
export const langmapNoRegion = Object.assign({}, iso639Langs1, iso639Langs3);
|
||||||
|
|
||||||
|
export const iso639Regional = {
|
||||||
|
"zh-hans": {
|
||||||
|
nativeName: "中文简体",
|
||||||
|
},
|
||||||
|
"zh-hant": {
|
||||||
|
nativeName: "中文繁體",
|
||||||
|
},
|
||||||
|
"zh-cn": {
|
||||||
|
nativeName: "中文(中国大陆)",
|
||||||
|
},
|
||||||
|
"zh-hk": {
|
||||||
|
nativeName: "中文(香港)",
|
||||||
|
},
|
||||||
|
"zh-sg": {
|
||||||
|
nativeName: "中文(新加坡)",
|
||||||
|
},
|
||||||
|
"zh-tw": {
|
||||||
|
nativeName: "中文(台灣)",
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
export const langmap = Object.assign({}, langmapNoRegion, iso639Regional);
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
import { langmap } from "@/misc/langmap.js";
|
||||||
|
|
||||||
export const packedNoteSchema = {
|
export const packedNoteSchema = {
|
||||||
type: "object",
|
type: "object",
|
||||||
properties: {
|
properties: {
|
||||||
|
@ -19,6 +21,11 @@ export const packedNoteSchema = {
|
||||||
optional: false,
|
optional: false,
|
||||||
nullable: true,
|
nullable: true,
|
||||||
},
|
},
|
||||||
|
lang: {
|
||||||
|
type: "string",
|
||||||
|
enum: [...Object.keys(langmap)],
|
||||||
|
nullable: true,
|
||||||
|
},
|
||||||
cw: {
|
cw: {
|
||||||
type: "string",
|
type: "string",
|
||||||
optional: true,
|
optional: true,
|
||||||
|
|
|
@ -313,16 +313,13 @@ export async function createNote(
|
||||||
) {
|
) {
|
||||||
text = note.source.content;
|
text = note.source.content;
|
||||||
if (note.contentMap != null) {
|
if (note.contentMap != null) {
|
||||||
const key = Object.keys(note.contentMap)[0];
|
const key = Object.keys(note.contentMap)[0].toLowerCase();
|
||||||
lang = Object.keys(langmap).includes(key)
|
lang = Object.keys(langmap).includes(key) ? key : null;
|
||||||
? key.trim().split("-")[0].split("@")[0]
|
|
||||||
: null;
|
|
||||||
}
|
}
|
||||||
} else if (note.contentMap != null) {
|
} else if (note.contentMap != null) {
|
||||||
const entry = Object.entries(note.contentMap)[0];
|
const entry = Object.entries(note.contentMap)[0];
|
||||||
lang = Object.keys(langmap).includes(entry[0])
|
const key = entry[0].toLowerCase();
|
||||||
? entry[0].trim().split("-")[0].split("@")[0]
|
lang = Object.keys(langmap).includes(key) ? key : null;
|
||||||
: null;
|
|
||||||
text = htmlToMfm(entry[1], note.tag);
|
text = htmlToMfm(entry[1], note.tag);
|
||||||
} else if (typeof note.content === "string") {
|
} else if (typeof note.content === "string") {
|
||||||
text = htmlToMfm(note.content, note.tag);
|
text = htmlToMfm(note.content, note.tag);
|
||||||
|
@ -588,15 +585,12 @@ export async function updateNote(value: string | IObject, resolver?: Resolver) {
|
||||||
text = post.source.content;
|
text = post.source.content;
|
||||||
if (post.contentMap != null) {
|
if (post.contentMap != null) {
|
||||||
const key = Object.keys(post.contentMap)[0];
|
const key = Object.keys(post.contentMap)[0];
|
||||||
lang = Object.keys(langmap).includes(key)
|
lang = Object.keys(langmap).includes(key) ? key : null;
|
||||||
? key.trim().split("-")[0].split("@")[0]
|
|
||||||
: null;
|
|
||||||
}
|
}
|
||||||
} else if (post.contentMap != null) {
|
} else if (post.contentMap != null) {
|
||||||
const entry = Object.entries(post.contentMap)[0];
|
const entry = Object.entries(post.contentMap)[0];
|
||||||
lang = Object.keys(langmap).includes(entry[0])
|
const key = entry[0].toLowerCase();
|
||||||
? entry[0].trim().split("-")[0].split("@")[0]
|
lang = Object.keys(langmap).includes(key) ? key : null;
|
||||||
: null;
|
|
||||||
text = htmlToMfm(entry[1], post.tag);
|
text = htmlToMfm(entry[1], post.tag);
|
||||||
} else if (typeof post.content === "string") {
|
} else if (typeof post.content === "string") {
|
||||||
text = htmlToMfm(post.content, post.tag);
|
text = htmlToMfm(post.content, post.tag);
|
||||||
|
|
|
@ -91,7 +91,7 @@ export const paramDef = {
|
||||||
birthday: { ...Users.birthdaySchema, nullable: true },
|
birthday: { ...Users.birthdaySchema, nullable: true },
|
||||||
lang: {
|
lang: {
|
||||||
type: "string",
|
type: "string",
|
||||||
enum: [null, ...Object.keys(langmap)],
|
enum: Object.keys(langmap),
|
||||||
nullable: true,
|
nullable: true,
|
||||||
},
|
},
|
||||||
avatarId: { type: "string", format: "misskey:id", nullable: true },
|
avatarId: { type: "string", format: "misskey:id", nullable: true },
|
||||||
|
|
|
@ -17,6 +17,7 @@ import { ApiError } from "../../error.js";
|
||||||
import define from "../../define.js";
|
import define from "../../define.js";
|
||||||
import { HOUR } from "@/const.js";
|
import { HOUR } from "@/const.js";
|
||||||
import { getNote } from "../../common/getters.js";
|
import { getNote } from "../../common/getters.js";
|
||||||
|
import { langmap } from "@/misc/langmap.js";
|
||||||
|
|
||||||
export const meta = {
|
export const meta = {
|
||||||
tags: ["notes"],
|
tags: ["notes"],
|
||||||
|
@ -108,7 +109,11 @@ export const paramDef = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
text: { type: "string", maxLength: MAX_NOTE_TEXT_LENGTH, nullable: true },
|
text: { type: "string", maxLength: MAX_NOTE_TEXT_LENGTH, nullable: true },
|
||||||
lang: { type: "string", nullable: true, maxLength: 10 },
|
lang: {
|
||||||
|
type: "string",
|
||||||
|
enum: Object.keys(langmap),
|
||||||
|
nullable: true,
|
||||||
|
},
|
||||||
cw: { type: "string", nullable: true, maxLength: 100 },
|
cw: { type: "string", nullable: true, maxLength: 100 },
|
||||||
localOnly: { type: "boolean", default: false },
|
localOnly: { type: "boolean", default: false },
|
||||||
noExtractMentions: { type: "boolean", default: false },
|
noExtractMentions: { type: "boolean", default: false },
|
||||||
|
|
|
@ -171,7 +171,11 @@ export const paramDef = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
text: { type: "string", maxLength: MAX_NOTE_TEXT_LENGTH, nullable: true },
|
text: { type: "string", maxLength: MAX_NOTE_TEXT_LENGTH, nullable: true },
|
||||||
lang: { type: "string", nullable: true, maxLength: 10 },
|
lang: {
|
||||||
|
type: "string",
|
||||||
|
enum: Object.keys(langmap),
|
||||||
|
nullable: true,
|
||||||
|
},
|
||||||
cw: { type: "string", nullable: true, maxLength: 250 },
|
cw: { type: "string", nullable: true, maxLength: 250 },
|
||||||
localOnly: { type: "boolean", default: false },
|
localOnly: { type: "boolean", default: false },
|
||||||
noExtractMentions: { type: "boolean", default: false },
|
noExtractMentions: { type: "boolean", default: false },
|
||||||
|
@ -379,9 +383,9 @@ export default define(meta, paramDef, async (ps, user) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ps.lang) {
|
if (ps.lang) {
|
||||||
if (!Object.keys(langmap).includes(ps.lang.trim()))
|
if (!Object.keys(langmap).includes(ps.lang.toLowerCase()))
|
||||||
throw new Error("invalid param");
|
throw new Error("invalid param");
|
||||||
ps.lang = ps.lang.trim().split("-")[0].split("@")[0];
|
ps.lang = ps.lang.toLowerCase();
|
||||||
} else if (ps.text) {
|
} else if (ps.text) {
|
||||||
ps.lang = detectLanguage(ps.text);
|
ps.lang = detectLanguage(ps.text);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -280,9 +280,9 @@ export default async (
|
||||||
}
|
}
|
||||||
|
|
||||||
if (data.lang) {
|
if (data.lang) {
|
||||||
if (!Object.keys(langmap).includes(data.lang.trim()))
|
if (!Object.keys(langmap).includes(data.lang.toLowerCase()))
|
||||||
throw new Error("invalid param");
|
throw new Error("invalid param");
|
||||||
data.lang = data.lang.trim().split("-")[0].split("@")[0];
|
data.lang = data.lang.toLowerCase();
|
||||||
} else if (data.text) {
|
} else if (data.text) {
|
||||||
data.lang = detectLanguage(data.text);
|
data.lang = detectLanguage(data.text);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -51,6 +51,14 @@
|
||||||
><i class="ph-envelope-simple-open ph-bold ph-lg"></i
|
><i class="ph-envelope-simple-open ph-bold ph-lg"></i
|
||||||
></span>
|
></span>
|
||||||
</button>
|
</button>
|
||||||
|
<button
|
||||||
|
ref="languageButton"
|
||||||
|
v-tooltip="i18n.ts.language"
|
||||||
|
class="_button language"
|
||||||
|
@click="setLanguage"
|
||||||
|
>
|
||||||
|
<i class="ph-translate ph-bold ph-lg"></i>
|
||||||
|
</button>
|
||||||
<button
|
<button
|
||||||
v-tooltip="i18n.ts.previewNoteText"
|
v-tooltip="i18n.ts.previewNoteText"
|
||||||
class="_button preview"
|
class="_button preview"
|
||||||
|
@ -276,6 +284,9 @@ import { deepClone } from "@/scripts/clone";
|
||||||
import XCheatSheet from "@/components/MkCheatSheetDialog.vue";
|
import XCheatSheet from "@/components/MkCheatSheetDialog.vue";
|
||||||
import preprocess from "@/scripts/preprocess";
|
import preprocess from "@/scripts/preprocess";
|
||||||
import { vibrate } from "@/scripts/vibrate";
|
import { vibrate } from "@/scripts/vibrate";
|
||||||
|
import { langmap } from "@/scripts/langmap";
|
||||||
|
import { MenuItem } from "@/types/menu";
|
||||||
|
import detectLanguage from "@/scripts/detect-language";
|
||||||
|
|
||||||
const modal = inject("modal");
|
const modal = inject("modal");
|
||||||
|
|
||||||
|
@ -288,6 +299,7 @@ const props = withDefaults(
|
||||||
specified?: firefish.entities.User;
|
specified?: firefish.entities.User;
|
||||||
initialText?: string;
|
initialText?: string;
|
||||||
initialVisibility?: typeof firefish.noteVisibilities;
|
initialVisibility?: typeof firefish.noteVisibilities;
|
||||||
|
initialLanguage?: typeof firefish.languages;
|
||||||
initialFiles?: firefish.entities.DriveFile[];
|
initialFiles?: firefish.entities.DriveFile[];
|
||||||
initialLocalOnly?: boolean;
|
initialLocalOnly?: boolean;
|
||||||
initialVisibleUsers?: firefish.entities.User[];
|
initialVisibleUsers?: firefish.entities.User[];
|
||||||
|
@ -315,6 +327,7 @@ const textareaEl = ref<HTMLTextAreaElement | null>(null);
|
||||||
const cwInputEl = ref<HTMLInputElement | null>(null);
|
const cwInputEl = ref<HTMLInputElement | null>(null);
|
||||||
const hashtagsInputEl = ref<HTMLInputElement | null>(null);
|
const hashtagsInputEl = ref<HTMLInputElement | null>(null);
|
||||||
const visibilityButton = ref<HTMLElement | null>(null);
|
const visibilityButton = ref<HTMLElement | null>(null);
|
||||||
|
const languageButton = ref<HTMLElement | undefined>();
|
||||||
|
|
||||||
const posting = ref(false);
|
const posting = ref(false);
|
||||||
const text = ref(props.initialText ?? "");
|
const text = ref(props.initialText ?? "");
|
||||||
|
@ -340,6 +353,9 @@ const visibility = ref(
|
||||||
: defaultStore.state
|
: defaultStore.state
|
||||||
.defaultNoteVisibility) as (typeof firefish.noteVisibilities)[number]),
|
.defaultNoteVisibility) as (typeof firefish.noteVisibilities)[number]),
|
||||||
);
|
);
|
||||||
|
const language = ref(
|
||||||
|
props.initialLanguage ?? localStorage.getItem("lang")?.split("-")[0],
|
||||||
|
);
|
||||||
const visibleUsers = ref([]);
|
const visibleUsers = ref([]);
|
||||||
if (props.initialVisibleUsers) {
|
if (props.initialVisibleUsers) {
|
||||||
props.initialVisibleUsers.forEach(pushVisibleUser);
|
props.initialVisibleUsers.forEach(pushVisibleUser);
|
||||||
|
@ -560,6 +576,7 @@ function watchForDraft() {
|
||||||
watch(files, () => saveDraft(), { deep: true });
|
watch(files, () => saveDraft(), { deep: true });
|
||||||
watch(visibility, () => saveDraft());
|
watch(visibility, () => saveDraft());
|
||||||
watch(localOnly, () => saveDraft());
|
watch(localOnly, () => saveDraft());
|
||||||
|
watch(language, () => saveDraft());
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkMissingMention() {
|
function checkMissingMention() {
|
||||||
|
@ -691,6 +708,39 @@ function setVisibility() {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function setLanguage() {
|
||||||
|
const actions: Array<MenuItem> = [{
|
||||||
|
text: i18n.ts.autoDetect,
|
||||||
|
danger: false,
|
||||||
|
active: false,
|
||||||
|
icon: "ph-magic-wand ph-bold ph-lg",
|
||||||
|
action: () => {
|
||||||
|
language.value = detectLanguage(text.value) ?? language.value;
|
||||||
|
}
|
||||||
|
}, null];
|
||||||
|
if (language.value) actions.push({
|
||||||
|
text: langmap[language.value].nativeName,
|
||||||
|
danger: false,
|
||||||
|
active: true,
|
||||||
|
action: () => {},
|
||||||
|
});
|
||||||
|
|
||||||
|
const langs = Object.keys(langmap);
|
||||||
|
for (const lang of langs) {
|
||||||
|
if (lang === language.value) continue;
|
||||||
|
actions.push({
|
||||||
|
text: langmap[lang].nativeName,
|
||||||
|
danger: false,
|
||||||
|
active: false,
|
||||||
|
action: () => {
|
||||||
|
language.value = lang;
|
||||||
|
},
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
os.popupMenu(actions, languageButton.value, {});
|
||||||
|
}
|
||||||
|
|
||||||
function pushVisibleUser(user) {
|
function pushVisibleUser(user) {
|
||||||
if (
|
if (
|
||||||
!visibleUsers.value.some(
|
!visibleUsers.value.some(
|
||||||
|
@ -840,6 +890,7 @@ function saveDraft() {
|
||||||
cw: cw.value,
|
cw: cw.value,
|
||||||
visibility: visibility.value,
|
visibility: visibility.value,
|
||||||
localOnly: localOnly.value,
|
localOnly: localOnly.value,
|
||||||
|
lang: language.value,
|
||||||
files: files.value,
|
files: files.value,
|
||||||
poll: poll.value,
|
poll: poll.value,
|
||||||
},
|
},
|
||||||
|
@ -873,6 +924,7 @@ async function post() {
|
||||||
channelId: props.channel ? props.channel.id : undefined,
|
channelId: props.channel ? props.channel.id : undefined,
|
||||||
poll: poll.value,
|
poll: poll.value,
|
||||||
cw: useCw.value ? cw.value || "" : undefined,
|
cw: useCw.value ? cw.value || "" : undefined,
|
||||||
|
lang: language.value,
|
||||||
localOnly: localOnly.value,
|
localOnly: localOnly.value,
|
||||||
visibility: visibility.value,
|
visibility: visibility.value,
|
||||||
visibleUserIds:
|
visibleUserIds:
|
||||||
|
@ -1029,6 +1081,7 @@ onMounted(() => {
|
||||||
cw.value = draft.data.cw;
|
cw.value = draft.data.cw;
|
||||||
visibility.value = draft.data.visibility;
|
visibility.value = draft.data.visibility;
|
||||||
localOnly.value = draft.data.localOnly;
|
localOnly.value = draft.data.localOnly;
|
||||||
|
language.value = draft.data.lang;
|
||||||
files.value = (draft.data.files || []).filter(
|
files.value = (draft.data.files || []).filter(
|
||||||
(draftFile) => draftFile,
|
(draftFile) => draftFile,
|
||||||
);
|
);
|
||||||
|
@ -1055,6 +1108,7 @@ onMounted(() => {
|
||||||
}
|
}
|
||||||
visibility.value = init.visibility;
|
visibility.value = init.visibility;
|
||||||
localOnly.value = init.localOnly;
|
localOnly.value = init.localOnly;
|
||||||
|
language.value = init.lang;
|
||||||
quoteId.value = init.renote ? init.renote.id : null;
|
quoteId.value = init.renote ? init.renote.id : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1132,6 +1186,11 @@ onMounted(() => {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .language {
|
||||||
|
height: 34px;
|
||||||
|
width: 34px;
|
||||||
|
}
|
||||||
|
|
||||||
> .preview {
|
> .preview {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -33,6 +33,7 @@ const props = defineProps<{
|
||||||
specified?: firefish.entities.User;
|
specified?: firefish.entities.User;
|
||||||
initialText?: string;
|
initialText?: string;
|
||||||
initialVisibility?: typeof firefish.noteVisibilities;
|
initialVisibility?: typeof firefish.noteVisibilities;
|
||||||
|
initialLanguage?: typeof firefish.languages;
|
||||||
initialFiles?: firefish.entities.DriveFile[];
|
initialFiles?: firefish.entities.DriveFile[];
|
||||||
initialLocalOnly?: boolean;
|
initialLocalOnly?: boolean;
|
||||||
initialVisibleUsers?: firefish.entities.User[];
|
initialVisibleUsers?: firefish.entities.User[];
|
||||||
|
|
|
@ -1,372 +1,156 @@
|
||||||
// TODO: sharedに置いてバックエンドのと統合したい
|
// TODO: sharedに置いてバックエンドのと統合したい
|
||||||
export const langmap = {
|
export const iso639Langs1 = {
|
||||||
ach: {
|
|
||||||
nativeName: "Lwo",
|
|
||||||
},
|
|
||||||
ady: {
|
|
||||||
nativeName: "Адыгэбзэ",
|
|
||||||
},
|
|
||||||
af: {
|
af: {
|
||||||
nativeName: "Afrikaans",
|
nativeName: "Afrikaans",
|
||||||
},
|
},
|
||||||
"af-NA": {
|
|
||||||
nativeName: "Afrikaans (Namibia)",
|
|
||||||
},
|
|
||||||
"af-ZA": {
|
|
||||||
nativeName: "Afrikaans (South Africa)",
|
|
||||||
},
|
|
||||||
ak: {
|
ak: {
|
||||||
nativeName: "Tɕɥi",
|
nativeName: "Tɕɥi",
|
||||||
},
|
},
|
||||||
ar: {
|
ar: {
|
||||||
nativeName: "العربية",
|
nativeName: "العربية",
|
||||||
},
|
},
|
||||||
"ar-AR": {
|
ay: {
|
||||||
nativeName: "العربية",
|
|
||||||
},
|
|
||||||
"ar-MA": {
|
|
||||||
nativeName: "العربية",
|
|
||||||
},
|
|
||||||
"ar-SA": {
|
|
||||||
nativeName: "العربية (السعودية)",
|
|
||||||
},
|
|
||||||
"ay-BO": {
|
|
||||||
nativeName: "Aymar aru",
|
nativeName: "Aymar aru",
|
||||||
},
|
},
|
||||||
az: {
|
az: {
|
||||||
nativeName: "Azərbaycan dili",
|
nativeName: "Azərbaycan dili",
|
||||||
},
|
},
|
||||||
"az-AZ": {
|
be: {
|
||||||
nativeName: "Azərbaycan dili",
|
|
||||||
},
|
|
||||||
"be-BY": {
|
|
||||||
nativeName: "Беларуская",
|
nativeName: "Беларуская",
|
||||||
},
|
},
|
||||||
bg: {
|
bg: {
|
||||||
nativeName: "Български",
|
nativeName: "Български",
|
||||||
},
|
},
|
||||||
"bg-BG": {
|
|
||||||
nativeName: "Български",
|
|
||||||
},
|
|
||||||
bn: {
|
bn: {
|
||||||
nativeName: "বাংলা",
|
nativeName: "বাংলা",
|
||||||
},
|
},
|
||||||
"bn-IN": {
|
|
||||||
nativeName: "বাংলা (ভারত)",
|
|
||||||
},
|
|
||||||
"bn-BD": {
|
|
||||||
nativeName: "বাংলা(বাংলাদেশ)",
|
|
||||||
},
|
|
||||||
br: {
|
br: {
|
||||||
nativeName: "Brezhoneg",
|
nativeName: "Brezhoneg",
|
||||||
},
|
},
|
||||||
"bs-BA": {
|
bs: {
|
||||||
nativeName: "Bosanski",
|
nativeName: "Bosanski",
|
||||||
},
|
},
|
||||||
ca: {
|
ca: {
|
||||||
nativeName: "Català",
|
nativeName: "Català",
|
||||||
},
|
},
|
||||||
"ca-ES": {
|
|
||||||
nativeName: "Català",
|
|
||||||
},
|
|
||||||
cak: {
|
|
||||||
nativeName: "Maya Kaqchikel",
|
|
||||||
},
|
|
||||||
"ck-US": {
|
|
||||||
nativeName: "ᏣᎳᎩ (tsalagi)",
|
|
||||||
},
|
|
||||||
cs: {
|
cs: {
|
||||||
nativeName: "Čeština",
|
nativeName: "Čeština",
|
||||||
},
|
},
|
||||||
"cs-CZ": {
|
|
||||||
nativeName: "Čeština",
|
|
||||||
},
|
|
||||||
cy: {
|
cy: {
|
||||||
nativeName: "Cymraeg",
|
nativeName: "Cymraeg",
|
||||||
},
|
},
|
||||||
"cy-GB": {
|
|
||||||
nativeName: "Cymraeg",
|
|
||||||
},
|
|
||||||
da: {
|
da: {
|
||||||
nativeName: "Dansk",
|
nativeName: "Dansk",
|
||||||
},
|
},
|
||||||
"da-DK": {
|
|
||||||
nativeName: "Dansk",
|
|
||||||
},
|
|
||||||
de: {
|
de: {
|
||||||
nativeName: "Deutsch",
|
nativeName: "Deutsch",
|
||||||
},
|
},
|
||||||
"de-AT": {
|
|
||||||
nativeName: "Deutsch (Österreich)",
|
|
||||||
},
|
|
||||||
"de-DE": {
|
|
||||||
nativeName: "Deutsch (Deutschland)",
|
|
||||||
},
|
|
||||||
"de-CH": {
|
|
||||||
nativeName: "Deutsch (Schweiz)",
|
|
||||||
},
|
|
||||||
dsb: {
|
|
||||||
nativeName: "Dolnoserbšćina",
|
|
||||||
},
|
|
||||||
el: {
|
el: {
|
||||||
nativeName: "Ελληνικά",
|
nativeName: "Ελληνικά",
|
||||||
},
|
},
|
||||||
"el-GR": {
|
|
||||||
nativeName: "Ελληνικά",
|
|
||||||
},
|
|
||||||
en: {
|
en: {
|
||||||
nativeName: "English",
|
nativeName: "English",
|
||||||
},
|
},
|
||||||
"en-GB": {
|
|
||||||
nativeName: "English (UK)",
|
|
||||||
},
|
|
||||||
"en-AU": {
|
|
||||||
nativeName: "English (Australia)",
|
|
||||||
},
|
|
||||||
"en-CA": {
|
|
||||||
nativeName: "English (Canada)",
|
|
||||||
},
|
|
||||||
"en-IE": {
|
|
||||||
nativeName: "English (Ireland)",
|
|
||||||
},
|
|
||||||
"en-IN": {
|
|
||||||
nativeName: "English (India)",
|
|
||||||
},
|
|
||||||
"en-PI": {
|
|
||||||
nativeName: "English (Pirate)",
|
|
||||||
},
|
|
||||||
"en-SG": {
|
|
||||||
nativeName: "English (Singapore)",
|
|
||||||
},
|
|
||||||
"en-UD": {
|
|
||||||
nativeName: "English (Upside Down)",
|
|
||||||
},
|
|
||||||
"en-US": {
|
|
||||||
nativeName: "English (US)",
|
|
||||||
},
|
|
||||||
"en-ZA": {
|
|
||||||
nativeName: "English (South Africa)",
|
|
||||||
},
|
|
||||||
"en@pirate": {
|
|
||||||
nativeName: "English (Pirate)",
|
|
||||||
},
|
|
||||||
eo: {
|
eo: {
|
||||||
nativeName: "Esperanto",
|
nativeName: "Esperanto",
|
||||||
},
|
},
|
||||||
"eo-EO": {
|
|
||||||
nativeName: "Esperanto",
|
|
||||||
},
|
|
||||||
es: {
|
es: {
|
||||||
nativeName: "Español",
|
nativeName: "Español",
|
||||||
},
|
},
|
||||||
"es-AR": {
|
|
||||||
nativeName: "Español (Argentine)",
|
|
||||||
},
|
|
||||||
"es-419": {
|
|
||||||
nativeName: "Español (Latinoamérica)",
|
|
||||||
},
|
|
||||||
"es-CL": {
|
|
||||||
nativeName: "Español (Chile)",
|
|
||||||
},
|
|
||||||
"es-CO": {
|
|
||||||
nativeName: "Español (Colombia)",
|
|
||||||
},
|
|
||||||
"es-EC": {
|
|
||||||
nativeName: "Español (Ecuador)",
|
|
||||||
},
|
|
||||||
"es-ES": {
|
|
||||||
nativeName: "Español (España)",
|
|
||||||
},
|
|
||||||
"es-LA": {
|
|
||||||
nativeName: "Español (Latinoamérica)",
|
|
||||||
},
|
|
||||||
"es-NI": {
|
|
||||||
nativeName: "Español (Nicaragua)",
|
|
||||||
},
|
|
||||||
"es-MX": {
|
|
||||||
nativeName: "Español (México)",
|
|
||||||
},
|
|
||||||
"es-US": {
|
|
||||||
nativeName: "Español (Estados Unidos)",
|
|
||||||
},
|
|
||||||
"es-VE": {
|
|
||||||
nativeName: "Español (Venezuela)",
|
|
||||||
},
|
|
||||||
et: {
|
et: {
|
||||||
nativeName: "eesti keel",
|
nativeName: "eesti keel",
|
||||||
},
|
},
|
||||||
"et-EE": {
|
|
||||||
nativeName: "Eesti (Estonia)",
|
|
||||||
},
|
|
||||||
eu: {
|
eu: {
|
||||||
nativeName: "Euskara",
|
nativeName: "Euskara",
|
||||||
},
|
},
|
||||||
"eu-ES": {
|
|
||||||
nativeName: "Euskara",
|
|
||||||
},
|
|
||||||
fa: {
|
fa: {
|
||||||
nativeName: "فارسی",
|
nativeName: "فارسی",
|
||||||
},
|
},
|
||||||
"fa-IR": {
|
|
||||||
nativeName: "فارسی",
|
|
||||||
},
|
|
||||||
"fb-LT": {
|
|
||||||
nativeName: "Leet Speak",
|
|
||||||
},
|
|
||||||
ff: {
|
ff: {
|
||||||
nativeName: "Fulah",
|
nativeName: "Fulah",
|
||||||
},
|
},
|
||||||
fi: {
|
fi: {
|
||||||
nativeName: "Suomi",
|
nativeName: "Suomi",
|
||||||
},
|
},
|
||||||
"fi-FI": {
|
|
||||||
nativeName: "Suomi",
|
|
||||||
},
|
|
||||||
fo: {
|
fo: {
|
||||||
nativeName: "Føroyskt",
|
nativeName: "Føroyskt",
|
||||||
},
|
},
|
||||||
"fo-FO": {
|
|
||||||
nativeName: "Føroyskt (Færeyjar)",
|
|
||||||
},
|
|
||||||
fr: {
|
fr: {
|
||||||
nativeName: "Français",
|
nativeName: "Français",
|
||||||
},
|
},
|
||||||
"fr-CA": {
|
fy: {
|
||||||
nativeName: "Français (Canada)",
|
|
||||||
},
|
|
||||||
"fr-FR": {
|
|
||||||
nativeName: "Français (France)",
|
|
||||||
},
|
|
||||||
"fr-BE": {
|
|
||||||
nativeName: "Français (Belgique)",
|
|
||||||
},
|
|
||||||
"fr-CH": {
|
|
||||||
nativeName: "Français (Suisse)",
|
|
||||||
},
|
|
||||||
"fy-NL": {
|
|
||||||
nativeName: "Frysk",
|
nativeName: "Frysk",
|
||||||
},
|
},
|
||||||
ga: {
|
ga: {
|
||||||
nativeName: "Gaeilge",
|
nativeName: "Gaeilge",
|
||||||
},
|
},
|
||||||
"ga-IE": {
|
|
||||||
nativeName: "Gaeilge",
|
|
||||||
},
|
|
||||||
gd: {
|
gd: {
|
||||||
nativeName: "Gàidhlig",
|
nativeName: "Gàidhlig",
|
||||||
},
|
},
|
||||||
gl: {
|
gl: {
|
||||||
nativeName: "Galego",
|
nativeName: "Galego",
|
||||||
},
|
},
|
||||||
"gl-ES": {
|
gn: {
|
||||||
nativeName: "Galego",
|
|
||||||
},
|
|
||||||
"gn-PY": {
|
|
||||||
nativeName: "Avañe'ẽ",
|
nativeName: "Avañe'ẽ",
|
||||||
},
|
},
|
||||||
"gu-IN": {
|
gu: {
|
||||||
nativeName: "ગુજરાતી",
|
nativeName: "ગુજરાતી",
|
||||||
},
|
},
|
||||||
gv: {
|
gv: {
|
||||||
nativeName: "Gaelg",
|
nativeName: "Gaelg",
|
||||||
},
|
},
|
||||||
"gx-GR": {
|
|
||||||
nativeName: "Ἑλληνική ἀρχαία",
|
|
||||||
},
|
|
||||||
he: {
|
he: {
|
||||||
nativeName: "עברית",
|
nativeName: "עברית",
|
||||||
},
|
},
|
||||||
"he-IL": {
|
|
||||||
nativeName: "עברית",
|
|
||||||
},
|
|
||||||
hi: {
|
hi: {
|
||||||
nativeName: "हिन्दी",
|
nativeName: "हिन्दी",
|
||||||
},
|
},
|
||||||
"hi-IN": {
|
|
||||||
nativeName: "हिन्दी",
|
|
||||||
},
|
|
||||||
hr: {
|
hr: {
|
||||||
nativeName: "Hrvatski",
|
nativeName: "Hrvatski",
|
||||||
},
|
},
|
||||||
"hr-HR": {
|
|
||||||
nativeName: "Hrvatski",
|
|
||||||
},
|
|
||||||
hsb: {
|
|
||||||
nativeName: "Hornjoserbšćina",
|
|
||||||
},
|
|
||||||
ht: {
|
ht: {
|
||||||
nativeName: "Kreyòl",
|
nativeName: "Kreyòl",
|
||||||
},
|
},
|
||||||
hu: {
|
hu: {
|
||||||
nativeName: "Magyar",
|
nativeName: "Magyar",
|
||||||
},
|
},
|
||||||
"hu-HU": {
|
|
||||||
nativeName: "Magyar",
|
|
||||||
},
|
|
||||||
hy: {
|
hy: {
|
||||||
nativeName: "Հայերեն",
|
nativeName: "Հայերեն",
|
||||||
},
|
},
|
||||||
"hy-AM": {
|
|
||||||
nativeName: "Հայերեն (Հայաստան)",
|
|
||||||
},
|
|
||||||
id: {
|
id: {
|
||||||
nativeName: "Bahasa Indonesia",
|
nativeName: "Bahasa Indonesia",
|
||||||
},
|
},
|
||||||
"id-ID": {
|
|
||||||
nativeName: "Bahasa Indonesia",
|
|
||||||
},
|
|
||||||
is: {
|
is: {
|
||||||
nativeName: "Íslenska",
|
nativeName: "Íslenska",
|
||||||
},
|
},
|
||||||
"is-IS": {
|
|
||||||
nativeName: "Íslenska (Iceland)",
|
|
||||||
},
|
|
||||||
it: {
|
it: {
|
||||||
nativeName: "Italiano",
|
nativeName: "Italiano",
|
||||||
},
|
},
|
||||||
"it-IT": {
|
|
||||||
nativeName: "Italiano",
|
|
||||||
},
|
|
||||||
ja: {
|
ja: {
|
||||||
nativeName: "日本語",
|
nativeName: "日本語",
|
||||||
},
|
},
|
||||||
"ja-JP": {
|
jv: {
|
||||||
nativeName: "日本語 (日本)",
|
|
||||||
},
|
|
||||||
"jv-ID": {
|
|
||||||
nativeName: "Basa Jawa",
|
nativeName: "Basa Jawa",
|
||||||
},
|
},
|
||||||
"ka-GE": {
|
ka: {
|
||||||
nativeName: "ქართული",
|
nativeName: "ქართული",
|
||||||
},
|
},
|
||||||
"kk-KZ": {
|
kk: {
|
||||||
nativeName: "Қазақша",
|
nativeName: "Қазақша",
|
||||||
},
|
},
|
||||||
km: {
|
|
||||||
nativeName: "ភាសាខ្មែរ",
|
|
||||||
},
|
|
||||||
kl: {
|
kl: {
|
||||||
nativeName: "kalaallisut",
|
nativeName: "kalaallisut",
|
||||||
},
|
},
|
||||||
"km-KH": {
|
km: {
|
||||||
nativeName: "ភាសាខ្មែរ",
|
nativeName: "ភាសាខ្មែរ",
|
||||||
},
|
},
|
||||||
kab: {
|
|
||||||
nativeName: "Taqbaylit",
|
|
||||||
},
|
|
||||||
kn: {
|
kn: {
|
||||||
nativeName: "ಕನ್ನಡ",
|
nativeName: "ಕನ್ನಡ",
|
||||||
},
|
},
|
||||||
"kn-IN": {
|
|
||||||
nativeName: "ಕನ್ನಡ (India)",
|
|
||||||
},
|
|
||||||
ko: {
|
ko: {
|
||||||
nativeName: "한국어",
|
nativeName: "한국어",
|
||||||
},
|
},
|
||||||
"ko-KR": {
|
ku: {
|
||||||
nativeName: "한국어 (한국)",
|
|
||||||
},
|
|
||||||
"ku-TR": {
|
|
||||||
nativeName: "Kurdî",
|
nativeName: "Kurdî",
|
||||||
},
|
},
|
||||||
kw: {
|
kw: {
|
||||||
|
@ -375,66 +159,39 @@ export const langmap = {
|
||||||
la: {
|
la: {
|
||||||
nativeName: "Latin",
|
nativeName: "Latin",
|
||||||
},
|
},
|
||||||
"la-VA": {
|
|
||||||
nativeName: "Latin",
|
|
||||||
},
|
|
||||||
lb: {
|
lb: {
|
||||||
nativeName: "Lëtzebuergesch",
|
nativeName: "Lëtzebuergesch",
|
||||||
},
|
},
|
||||||
"li-NL": {
|
li: {
|
||||||
nativeName: "Lèmbörgs",
|
nativeName: "Lèmbörgs",
|
||||||
},
|
},
|
||||||
lt: {
|
lt: {
|
||||||
nativeName: "Lietuvių",
|
nativeName: "Lietuvių",
|
||||||
},
|
},
|
||||||
"lt-LT": {
|
|
||||||
nativeName: "Lietuvių",
|
|
||||||
},
|
|
||||||
lv: {
|
lv: {
|
||||||
nativeName: "Latviešu",
|
nativeName: "Latviešu",
|
||||||
},
|
},
|
||||||
"lv-LV": {
|
mg: {
|
||||||
nativeName: "Latviešu",
|
|
||||||
},
|
|
||||||
mai: {
|
|
||||||
nativeName: "मैथिली, মৈথিলী",
|
|
||||||
},
|
|
||||||
"mg-MG": {
|
|
||||||
nativeName: "Malagasy",
|
nativeName: "Malagasy",
|
||||||
},
|
},
|
||||||
mk: {
|
mk: {
|
||||||
nativeName: "Македонски",
|
nativeName: "Македонски",
|
||||||
},
|
},
|
||||||
"mk-MK": {
|
|
||||||
nativeName: "Македонски (Македонски)",
|
|
||||||
},
|
|
||||||
ml: {
|
ml: {
|
||||||
nativeName: "മലയാളം",
|
nativeName: "മലയാളം",
|
||||||
},
|
},
|
||||||
"ml-IN": {
|
mn: {
|
||||||
nativeName: "മലയാളം",
|
|
||||||
},
|
|
||||||
"mn-MN": {
|
|
||||||
nativeName: "Монгол",
|
nativeName: "Монгол",
|
||||||
},
|
},
|
||||||
mr: {
|
mr: {
|
||||||
nativeName: "मराठी",
|
nativeName: "मराठी",
|
||||||
},
|
},
|
||||||
"mr-IN": {
|
|
||||||
nativeName: "मराठी",
|
|
||||||
},
|
|
||||||
ms: {
|
ms: {
|
||||||
nativeName: "Bahasa Melayu",
|
nativeName: "Bahasa Melayu",
|
||||||
},
|
},
|
||||||
"ms-MY": {
|
|
||||||
nativeName: "Bahasa Melayu",
|
|
||||||
},
|
|
||||||
mt: {
|
mt: {
|
||||||
nativeName: "Malti",
|
nativeName: "Malti",
|
||||||
},
|
},
|
||||||
"mt-MT": {
|
|
||||||
nativeName: "Malti",
|
|
||||||
},
|
|
||||||
my: {
|
my: {
|
||||||
nativeName: "ဗမာစကာ",
|
nativeName: "ဗမာစကာ",
|
||||||
},
|
},
|
||||||
|
@ -444,223 +201,182 @@ export const langmap = {
|
||||||
nb: {
|
nb: {
|
||||||
nativeName: "Norsk (bokmål)",
|
nativeName: "Norsk (bokmål)",
|
||||||
},
|
},
|
||||||
"nb-NO": {
|
|
||||||
nativeName: "Norsk (bokmål)",
|
|
||||||
},
|
|
||||||
ne: {
|
ne: {
|
||||||
nativeName: "नेपाली",
|
nativeName: "नेपाली",
|
||||||
},
|
},
|
||||||
"ne-NP": {
|
|
||||||
nativeName: "नेपाली",
|
|
||||||
},
|
|
||||||
nl: {
|
nl: {
|
||||||
nativeName: "Nederlands",
|
nativeName: "Nederlands",
|
||||||
},
|
},
|
||||||
"nl-BE": {
|
nn: {
|
||||||
nativeName: "Nederlands (België)",
|
|
||||||
},
|
|
||||||
"nl-NL": {
|
|
||||||
nativeName: "Nederlands (Nederland)",
|
|
||||||
},
|
|
||||||
"nn-NO": {
|
|
||||||
nativeName: "Norsk (nynorsk)",
|
nativeName: "Norsk (nynorsk)",
|
||||||
},
|
},
|
||||||
oc: {
|
oc: {
|
||||||
nativeName: "Occitan",
|
nativeName: "Occitan",
|
||||||
},
|
},
|
||||||
"or-IN": {
|
or: {
|
||||||
nativeName: "ଓଡ଼ିଆ",
|
nativeName: "ଓଡ଼ିଆ",
|
||||||
},
|
},
|
||||||
pa: {
|
pa: {
|
||||||
nativeName: "ਪੰਜਾਬੀ",
|
nativeName: "ਪੰਜਾਬੀ",
|
||||||
},
|
},
|
||||||
"pa-IN": {
|
|
||||||
nativeName: "ਪੰਜਾਬੀ (ਭਾਰਤ ਨੂੰ)",
|
|
||||||
},
|
|
||||||
pl: {
|
pl: {
|
||||||
nativeName: "Polski",
|
nativeName: "Polski",
|
||||||
},
|
},
|
||||||
"pl-PL": {
|
ps: {
|
||||||
nativeName: "Polski",
|
|
||||||
},
|
|
||||||
"ps-AF": {
|
|
||||||
nativeName: "پښتو",
|
nativeName: "پښتو",
|
||||||
},
|
},
|
||||||
pt: {
|
pt: {
|
||||||
nativeName: "Português",
|
nativeName: "Português",
|
||||||
},
|
},
|
||||||
"pt-BR": {
|
qu: {
|
||||||
nativeName: "Português (Brasil)",
|
|
||||||
},
|
|
||||||
"pt-PT": {
|
|
||||||
nativeName: "Português (Portugal)",
|
|
||||||
},
|
|
||||||
"qu-PE": {
|
|
||||||
nativeName: "Qhichwa",
|
nativeName: "Qhichwa",
|
||||||
},
|
},
|
||||||
"rm-CH": {
|
rm: {
|
||||||
nativeName: "Rumantsch",
|
nativeName: "Rumantsch",
|
||||||
},
|
},
|
||||||
ro: {
|
ro: {
|
||||||
nativeName: "Română",
|
nativeName: "Română",
|
||||||
},
|
},
|
||||||
"ro-RO": {
|
|
||||||
nativeName: "Română",
|
|
||||||
},
|
|
||||||
ru: {
|
ru: {
|
||||||
nativeName: "Русский",
|
nativeName: "Русский",
|
||||||
},
|
},
|
||||||
"ru-RU": {
|
sa: {
|
||||||
nativeName: "Русский",
|
|
||||||
},
|
|
||||||
"sa-IN": {
|
|
||||||
nativeName: "संस्कृतम्",
|
nativeName: "संस्कृतम्",
|
||||||
},
|
},
|
||||||
"se-NO": {
|
se: {
|
||||||
nativeName: "Davvisámegiella",
|
nativeName: "Davvisámegiella",
|
||||||
},
|
},
|
||||||
sh: {
|
sh: {
|
||||||
nativeName: "српскохрватски",
|
nativeName: "српскохрватски",
|
||||||
},
|
},
|
||||||
"si-LK": {
|
si: {
|
||||||
nativeName: "සිංහල",
|
nativeName: "සිංහල",
|
||||||
},
|
},
|
||||||
sk: {
|
sk: {
|
||||||
nativeName: "Slovenčina",
|
nativeName: "Slovenčina",
|
||||||
},
|
},
|
||||||
"sk-SK": {
|
|
||||||
nativeName: "Slovenčina (Slovakia)",
|
|
||||||
},
|
|
||||||
sl: {
|
sl: {
|
||||||
nativeName: "Slovenščina",
|
nativeName: "Slovenščina",
|
||||||
},
|
},
|
||||||
"sl-SI": {
|
so: {
|
||||||
nativeName: "Slovenščina",
|
|
||||||
},
|
|
||||||
"so-SO": {
|
|
||||||
nativeName: "Soomaaliga",
|
nativeName: "Soomaaliga",
|
||||||
},
|
},
|
||||||
sq: {
|
sq: {
|
||||||
nativeName: "Shqip",
|
nativeName: "Shqip",
|
||||||
},
|
},
|
||||||
"sq-AL": {
|
|
||||||
nativeName: "Shqip",
|
|
||||||
},
|
|
||||||
sr: {
|
sr: {
|
||||||
nativeName: "Српски",
|
nativeName: "Српски",
|
||||||
},
|
},
|
||||||
"sr-RS": {
|
|
||||||
nativeName: "Српски (Serbia)",
|
|
||||||
},
|
|
||||||
su: {
|
su: {
|
||||||
nativeName: "Basa Sunda",
|
nativeName: "Basa Sunda",
|
||||||
},
|
},
|
||||||
sv: {
|
sv: {
|
||||||
nativeName: "Svenska",
|
nativeName: "Svenska",
|
||||||
},
|
},
|
||||||
"sv-SE": {
|
|
||||||
nativeName: "Svenska",
|
|
||||||
},
|
|
||||||
sw: {
|
sw: {
|
||||||
nativeName: "Kiswahili",
|
nativeName: "Kiswahili",
|
||||||
},
|
},
|
||||||
"sw-KE": {
|
|
||||||
nativeName: "Kiswahili",
|
|
||||||
},
|
|
||||||
ta: {
|
ta: {
|
||||||
nativeName: "தமிழ்",
|
nativeName: "தமிழ்",
|
||||||
},
|
},
|
||||||
"ta-IN": {
|
|
||||||
nativeName: "தமிழ்",
|
|
||||||
},
|
|
||||||
te: {
|
te: {
|
||||||
nativeName: "తెలుగు",
|
nativeName: "తెలుగు",
|
||||||
},
|
},
|
||||||
"te-IN": {
|
|
||||||
nativeName: "తెలుగు",
|
|
||||||
},
|
|
||||||
tg: {
|
tg: {
|
||||||
nativeName: "забо́ни тоҷикӣ́",
|
nativeName: "забо́ни тоҷикӣ́",
|
||||||
},
|
},
|
||||||
"tg-TJ": {
|
|
||||||
nativeName: "тоҷикӣ",
|
|
||||||
},
|
|
||||||
th: {
|
th: {
|
||||||
nativeName: "ภาษาไทย",
|
nativeName: "ภาษาไทย",
|
||||||
},
|
},
|
||||||
"th-TH": {
|
|
||||||
nativeName: "ภาษาไทย (ประเทศไทย)",
|
|
||||||
},
|
|
||||||
fil: {
|
|
||||||
nativeName: "Filipino",
|
|
||||||
},
|
|
||||||
tlh: {
|
|
||||||
nativeName: "tlhIngan-Hol",
|
|
||||||
},
|
|
||||||
tr: {
|
tr: {
|
||||||
nativeName: "Türkçe",
|
nativeName: "Türkçe",
|
||||||
},
|
},
|
||||||
"tr-TR": {
|
tt: {
|
||||||
nativeName: "Türkçe",
|
|
||||||
},
|
|
||||||
"tt-RU": {
|
|
||||||
nativeName: "татарча",
|
nativeName: "татарча",
|
||||||
},
|
},
|
||||||
uk: {
|
uk: {
|
||||||
nativeName: "Українська",
|
nativeName: "Українська",
|
||||||
},
|
},
|
||||||
"uk-UA": {
|
|
||||||
nativeName: "Українська",
|
|
||||||
},
|
|
||||||
ur: {
|
ur: {
|
||||||
nativeName: "اردو",
|
nativeName: "اردو",
|
||||||
},
|
},
|
||||||
"ur-PK": {
|
|
||||||
nativeName: "اردو",
|
|
||||||
},
|
|
||||||
uz: {
|
uz: {
|
||||||
nativeName: "O'zbek",
|
nativeName: "O'zbek",
|
||||||
},
|
},
|
||||||
"uz-UZ": {
|
|
||||||
nativeName: "O'zbek",
|
|
||||||
},
|
|
||||||
vi: {
|
vi: {
|
||||||
nativeName: "Tiếng Việt",
|
nativeName: "Tiếng Việt",
|
||||||
},
|
},
|
||||||
"vi-VN": {
|
xh: {
|
||||||
nativeName: "Tiếng Việt",
|
|
||||||
},
|
|
||||||
"xh-ZA": {
|
|
||||||
nativeName: "isiXhosa",
|
nativeName: "isiXhosa",
|
||||||
},
|
},
|
||||||
yi: {
|
yi: {
|
||||||
nativeName: "ייִדיש",
|
nativeName: "ייִדיש",
|
||||||
},
|
},
|
||||||
"yi-DE": {
|
|
||||||
nativeName: "ייִדיש (German)",
|
|
||||||
},
|
|
||||||
zh: {
|
zh: {
|
||||||
nativeName: "中文",
|
nativeName: "中文",
|
||||||
},
|
},
|
||||||
"zh-Hans": {
|
zu: {
|
||||||
nativeName: "中文简体",
|
|
||||||
},
|
|
||||||
"zh-Hant": {
|
|
||||||
nativeName: "中文繁體",
|
|
||||||
},
|
|
||||||
"zh-CN": {
|
|
||||||
nativeName: "中文(中国大陆)",
|
|
||||||
},
|
|
||||||
"zh-HK": {
|
|
||||||
nativeName: "中文(香港)",
|
|
||||||
},
|
|
||||||
"zh-SG": {
|
|
||||||
nativeName: "中文(新加坡)",
|
|
||||||
},
|
|
||||||
"zh-TW": {
|
|
||||||
nativeName: "中文(台灣)",
|
|
||||||
},
|
|
||||||
"zu-ZA": {
|
|
||||||
nativeName: "isiZulu",
|
nativeName: "isiZulu",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const iso639Langs3 = {
|
||||||
|
ach: {
|
||||||
|
nativeName: "Lwo",
|
||||||
|
},
|
||||||
|
ady: {
|
||||||
|
nativeName: "Адыгэбзэ",
|
||||||
|
},
|
||||||
|
cak: {
|
||||||
|
nativeName: "Maya Kaqchikel",
|
||||||
|
},
|
||||||
|
chr: {
|
||||||
|
nativeName: "ᏣᎳᎩ (tsalagi)",
|
||||||
|
},
|
||||||
|
dsb: {
|
||||||
|
nativeName: "Dolnoserbšćina",
|
||||||
|
},
|
||||||
|
fil: {
|
||||||
|
nativeName: "Filipino",
|
||||||
|
},
|
||||||
|
hsb: {
|
||||||
|
nativeName: "Hornjoserbšćina",
|
||||||
|
},
|
||||||
|
kab: {
|
||||||
|
nativeName: "Taqbaylit",
|
||||||
|
},
|
||||||
|
mai: {
|
||||||
|
nativeName: "मैथिली, মৈথিলী",
|
||||||
|
},
|
||||||
|
tlh: {
|
||||||
|
nativeName: "tlhIngan-Hol",
|
||||||
|
},
|
||||||
|
tok: {
|
||||||
|
nativeName: "Toki Pona",
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
export const langmapNoRegion = Object.assign({}, iso639Langs1, iso639Langs3);
|
||||||
|
|
||||||
|
export const iso639Regional = {
|
||||||
|
"zh-hans": {
|
||||||
|
nativeName: "中文简体",
|
||||||
|
},
|
||||||
|
"zh-hant": {
|
||||||
|
nativeName: "中文繁體",
|
||||||
|
},
|
||||||
|
"zh-cn": {
|
||||||
|
nativeName: "中文(中国大陆)",
|
||||||
|
},
|
||||||
|
"zh-hk": {
|
||||||
|
nativeName: "中文(香港)",
|
||||||
|
},
|
||||||
|
"zh-sg": {
|
||||||
|
nativeName: "中文(新加坡)",
|
||||||
|
},
|
||||||
|
"zh-tw": {
|
||||||
|
nativeName: "中文(台灣)",
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
export const langmap = Object.assign({}, langmapNoRegion, iso639Regional);
|
||||||
|
|
|
@ -58,3 +58,96 @@ export const permissions = [
|
||||||
"read:gallery-likes",
|
"read:gallery-likes",
|
||||||
"write:gallery-likes",
|
"write:gallery-likes",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
export const languages = [
|
||||||
|
"ach",
|
||||||
|
"ady",
|
||||||
|
"af",
|
||||||
|
"ak",
|
||||||
|
"ar",
|
||||||
|
"az",
|
||||||
|
"bg",
|
||||||
|
"bn",
|
||||||
|
"br",
|
||||||
|
"ca",
|
||||||
|
"cak",
|
||||||
|
"cs",
|
||||||
|
"cy",
|
||||||
|
"da",
|
||||||
|
"de",
|
||||||
|
"dsb",
|
||||||
|
"el",
|
||||||
|
"en",
|
||||||
|
"eo",
|
||||||
|
"es",
|
||||||
|
"et",
|
||||||
|
"eu",
|
||||||
|
"fa",
|
||||||
|
"ff",
|
||||||
|
"fi",
|
||||||
|
"fo",
|
||||||
|
"fr",
|
||||||
|
"ga",
|
||||||
|
"gd",
|
||||||
|
"gl",
|
||||||
|
"gv",
|
||||||
|
"he",
|
||||||
|
"hi",
|
||||||
|
"hr",
|
||||||
|
"hsb",
|
||||||
|
"ht",
|
||||||
|
"hu",
|
||||||
|
"hy",
|
||||||
|
"id",
|
||||||
|
"is",
|
||||||
|
"it",
|
||||||
|
"ja",
|
||||||
|
"km",
|
||||||
|
"kl",
|
||||||
|
"kab",
|
||||||
|
"kn",
|
||||||
|
"ko",
|
||||||
|
"kw",
|
||||||
|
"la",
|
||||||
|
"lb",
|
||||||
|
"lt",
|
||||||
|
"lv",
|
||||||
|
"mai",
|
||||||
|
"mk",
|
||||||
|
"ml",
|
||||||
|
"mr",
|
||||||
|
"ms",
|
||||||
|
"mt",
|
||||||
|
"my",
|
||||||
|
"no",
|
||||||
|
"nb",
|
||||||
|
"ne",
|
||||||
|
"nl",
|
||||||
|
"oc",
|
||||||
|
"pa",
|
||||||
|
"pl",
|
||||||
|
"pt",
|
||||||
|
"ro",
|
||||||
|
"ru",
|
||||||
|
"sh",
|
||||||
|
"sk",
|
||||||
|
"sl",
|
||||||
|
"sq",
|
||||||
|
"sr",
|
||||||
|
"su",
|
||||||
|
"sv",
|
||||||
|
"sw",
|
||||||
|
"ta",
|
||||||
|
"te",
|
||||||
|
"tg",
|
||||||
|
"th",
|
||||||
|
"fil",
|
||||||
|
"tlh",
|
||||||
|
"tr",
|
||||||
|
"uk",
|
||||||
|
"ur",
|
||||||
|
"uz",
|
||||||
|
"vi",
|
||||||
|
"yi",
|
||||||
|
"zh",
|
||||||
|
] as const;
|
||||||
|
|
|
@ -10,6 +10,7 @@ export const permissions = consts.permissions;
|
||||||
export const notificationTypes = consts.notificationTypes;
|
export const notificationTypes = consts.notificationTypes;
|
||||||
export const noteVisibilities = consts.noteVisibilities;
|
export const noteVisibilities = consts.noteVisibilities;
|
||||||
export const mutedNoteReasons = consts.mutedNoteReasons;
|
export const mutedNoteReasons = consts.mutedNoteReasons;
|
||||||
|
export const languages = consts.languages;
|
||||||
export const ffVisibility = consts.ffVisibility;
|
export const ffVisibility = consts.ffVisibility;
|
||||||
|
|
||||||
// api extractor not supported yet
|
// api extractor not supported yet
|
||||||
|
|
Loading…
Reference in a new issue