色々やった
@ -26,6 +26,7 @@ const languages = [
|
||||
'it-IT',
|
||||
'ja-JP',
|
||||
'ja-KS',
|
||||
'ja-NCAT',
|
||||
'kab-KAB',
|
||||
'kn-IN',
|
||||
'ko-KR',
|
||||
@ -57,6 +58,7 @@ module.exports = Object.entries(locales)
|
||||
switch (k) {
|
||||
case 'ja-JP': return v;
|
||||
case 'ja-KS':
|
||||
case 'ja-NCAT':
|
||||
case 'en-US': return merge(locales['ja-JP'], v);
|
||||
default: return merge(
|
||||
locales['ja-JP'],
|
||||
|
1785
locales/ja-NCAT.yml
Normal file
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 84 KiB |
@ -19,16 +19,16 @@ html
|
||||
meta(charset='utf-8')
|
||||
meta(name='application-name' content='Misskey')
|
||||
meta(name='referrer' content='origin')
|
||||
meta(name='theme-color' content='#86b300')
|
||||
meta(name='theme-color-orig' content='#86b300')
|
||||
meta(name='theme-color' content='#96CCE7')
|
||||
meta(name='theme-color-orig' content='#96CCE7')
|
||||
meta(property='og:site_name' content= instanceName || 'Misskey')
|
||||
meta(name='viewport' content='width=device-width, initial-scale=1')
|
||||
link(rel='icon' href= icon || '/favicon.ico')
|
||||
link(rel='apple-touch-icon' href= icon || '/apple-touch-icon.png')
|
||||
link(rel='manifest' href='/manifest.json')
|
||||
link(rel='prefetch' href='https://xn--931a.moe/assets/info.jpg')
|
||||
link(rel='prefetch' href='https://xn--931a.moe/assets/not-found.jpg')
|
||||
link(rel='prefetch' href='https://xn--931a.moe/assets/error.jpg')
|
||||
link(rel='prefetch' href='https://s3.nca10.net/misskey/ef838095-8ee4-4f64-8083-495da39512b2.png')
|
||||
link(rel='prefetch' href='https://nca10.net/files/ea7c869b-64db-4f04-b06e-d36a75c5876b')
|
||||
link(rel='prefetch' href='https://s3.nca10.net/misskey/42cbff93-e3df-43b8-9323-c93627442ae0.png')
|
||||
link(rel='preload' href='https://use.fontawesome.com/releases/v5.15.3/css/all.css' as='style')
|
||||
link(rel='stylesheet' href='https://use.fontawesome.com/releases/v5.15.3/css/all.css')
|
||||
|
||||
|