Sharkey/locales
ShittyKopper af3065f315 upd: Refactor mod player
Imports parts of the reworked mod player code from Firefish, mainly
replacing the canvas based renderer with a DOM based one, and lazily
loading libopenmpt only when needed.

Notably does not fix the mod player not working on dev mode. The vite dev
server doesn't seem to like how libopenmpt loads it's wasm binary.

I reverted all the styling changes that weren't necessary for the DOM
renderer due to the pending media UI changes[1] from upstream. I'd like
to attempt to make the mod player consistent with *that* once it's merged.

I also went ahead and module-ified the CSS classes to be more in line with
latest Misskey coding practices.

[1]: https://github.com/misskey-dev/misskey/pull/12925

Co-authored-by: Essem <smswessem@gmail.com>
2024-01-15 15:42:47 +03:00
..
ar-SA.yml New Crowdin updates (#12652) 2023-12-19 19:40:53 +09:00
bn-BD.yml New Crowdin updates (#12820) 2023-12-28 09:47:37 +01:00
ca-ES.yml merge: upstream 2023-12-23 02:09:23 +01:00
cs-CZ.yml merge: upstream 2023-12-23 02:09:23 +01:00
da-DK.yml New Crowdin updates (#10512) 2023-04-08 17:40:31 +09:00
de-DE.yml feat: Implement Donation URL 2024-01-09 21:32:47 +01:00
el-GR.yml New Crowdin updates (#12652) 2023-12-19 19:40:53 +09:00
en-US.yml upd: Refactor mod player 2024-01-15 15:42:47 +03:00
es-ES.yml New Crowdin updates (#12789) 2023-12-28 09:46:45 +01:00
fr-FR.yml New Crowdin updates (#12789) 2023-12-28 09:46:45 +01:00
generateDTS.js enhance(dev): 開発モード時にlocaleと型定義が自動的に再生成されるように (#12481) 2023-11-30 14:48:02 +09:00
hr-HR.yml New Crowdin updates (#12094) 2023-10-21 13:39:12 +09:00
ht-HT.yml New Crowdin updates (#12094) 2023-10-21 13:39:12 +09:00
hu-HU.yml New Crowdin updates (#11836) 2023-09-17 15:45:29 +09:00
id-ID.yml New Crowdin updates (#12820) 2023-12-28 09:47:37 +01:00
index.d.ts upd: Refactor mod player 2024-01-15 15:42:47 +03:00
index.js enhance(dev): 開発モード時にlocaleと型定義が自動的に再生成されるように (#12481) 2023-11-30 14:48:02 +09:00
it-IT.yml merge: upstream 2023-12-23 02:09:23 +01:00
ja-JP.yml upd: Refactor mod player 2024-01-15 15:42:47 +03:00
ja-KS.yml chore: fix ja-KS locale 2024-01-10 18:54:22 +09:00
jbo-EN.yml New Crowdin updates (#11756) 2023-09-05 16:55:07 +09:00
kab-KAB.yml New Crowdin updates (#11836) 2023-09-17 15:45:29 +09:00
kn-IN.yml New Crowdin updates (#11836) 2023-09-17 15:45:29 +09:00
ko-GS.yml New Crowdin updates (#12820) 2023-12-28 09:47:37 +01:00
ko-KR.yml New Crowdin updates (#12820) 2023-12-28 09:47:37 +01:00
lo-LA.yml New Crowdin updates (#12352) 2023-12-14 14:23:54 +09:00
nl-NL.yml merge: upstream 2023-12-23 02:09:23 +01:00
no-NO.yml New Crowdin updates (#12652) 2023-12-19 19:40:53 +09:00
package.json refactor(locales, sw): use es module (#11204) 2023-07-09 17:19:07 +09:00
pl-PL.yml merge: upstream 2023-12-23 02:09:23 +01:00
pt-PT.yml merge: upstream 2023-12-23 02:09:23 +01:00
README.md syuilo/misskey --> misskey-dev/misskey 2021-03-24 12:23:05 +09:00
ro-RO.yml merge: upstream 2023-12-23 02:09:23 +01:00
ru-RU.yml New Crowdin updates (#12789) 2023-12-28 09:46:45 +01:00
si-LK.yml New Crowdin updates (#10512) 2023-04-08 17:40:31 +09:00
sk-SK.yml merge: upstream 2023-12-23 02:09:23 +01:00
sv-SE.yml merge: upstream 2023-12-23 02:09:23 +01:00
th-TH.yml merge: upstream 2023-12-23 02:09:23 +01:00
tr-TR.yml New Crowdin updates (#12652) 2023-12-19 19:40:53 +09:00
ug-CN.yml New Crowdin updates (#12094) 2023-10-21 13:39:12 +09:00
uk-UA.yml New Crowdin updates (#12652) 2023-12-19 19:40:53 +09:00
uz-UZ.yml merge: upstream 2023-12-23 02:09:23 +01:00
vi-VN.yml merge: upstream 2023-12-23 02:09:23 +01:00
zh-CN.yml New Crowdin updates (#12652) 2023-12-19 19:40:53 +09:00
zh-TW.yml New Crowdin updates (#12820) 2023-12-28 09:47:37 +01:00

DO NOT edit locale files except ja-JP.yml.

When you add text to the ja-JP file (of misskey-dev/misskey), it will automatically be applied to other language files. Translations added in ja-JP file should contain the original Japanese strings.

Please see Contribution guide for more information.