UndeadLime clarkwinkelmann Thank you for your replying. So that repo's master branch is not recommended to use for translation right? https://github.com/flarum/lang-english/archive/v0.1.0-beta.13.zip Should I use this for translation?
rob006 You may be interested by https://github.com/rob006-software/flarum-translations The most popular extensions you can find from this list: https://rob006-software.github.io/flarum-translations/status/pl.html - they're sorted by number of downloads from last month.
UndeadLime Thank you for your help. So if I add fof-custom-footer.yml to my translation based on eng, it will apply to that extension. Is that right?
UndeadLime Guys, may I ask where I can translate this like "days ago" etc? Because I can't find any translations in https://github.com/flarum/lang-english. Other guys did that like Russian or Japanese pack. If possible, please answer me. Thank you.
clarkwinkelmann UndeadLime language packs can include a config.js file that configures MomentJS for a different language, for example in the French pack https://github.com/qiaeru/lang-french/blob/master/locale/config.js Most of the time there's no need to write that file yourself, you can find it in MomentJS source code https://github.com/moment/moment/tree/develop/locale I haven't checked which version of MomentJS Flarum is using at the moment, maybe you need to use an older version of those files to match what Flarum is using.
clarkwinkelmann askvortsov beta 13 uses MomentJS, and I think it's what's relevant here. We'll include details on the move to DayJS in the developer guide for beta 14.
UndeadLime Actually, I checked Russian language pack and they even don't have any config.js. But that language pack works just fine. That's why I'm curious about it. If you have any idea for it, please let me know and for "flarum-locale" in composer.json, should I set "code" to "kr" or "ko"? Thank you. https://github.com/marketplace-flarum/flarum-l10n-ext-russian
UndeadLime You can check my project here. https://github.com/Cryental/flarum-l10n-ext-korean If you want to test my package, you can run composer require cryental/flarum-l10n-ext-korean --dev