diff options
author | smileyhead <szijartoleventepal@gmail.com> | 2024-10-29 00:19:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 16:19:26 -0700 |
commit | 7755a167ec2974687d33a8558668475793491022 (patch) | |
tree | 8f34c4e2e91192cb73a31e7cc3b3d17b73f18928 /lingui.config.js | |
parent | 0689360b8b2acc92834ad248d1c0c7e0f0265789 (diff) | |
download | voidsky-7755a167ec2974687d33a8558668475793491022.tar.zst |
Add Hungarian localisation (#5902)
* Add 'hu' to lingui.config.js * Add 'hu' to dates.ts * Add 'hu' to helpers.ts * Add 'hu' to i18n.ts * Add 'hu' to i18n.web.ts * Add 'hu' to languages.ts * Create messages.po * Update messages.po * Update messages.po * Update messages.po * Minor fixes Reworded some things in the hashtag context menu. * Some tweaks Shortened Media tab title Added spaces to the short timestamps (mp, p, ó, n, hó) * Hopefully fix the removing of plural strings * Update Hungarian localisation * Fixed some things * Fixed typo * Further small fixes * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/locales/hu/messages.po Co-authored-by: Frudrax Cheng <i@cynosura.one> * Update src/locale/locales/hu/messages.po Co-authored-by: Frudrax Cheng <i@cynosura.one> * Apply fixes after proofreading session --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Frudrax Cheng <i@cynosura.one>
Diffstat (limited to 'lingui.config.js')
-rw-r--r-- | lingui.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lingui.config.js b/lingui.config.js index d5d2c6767..7c1e063d0 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -10,6 +10,7 @@ module.exports = { 'fr', 'ga', 'hi', + 'hu', 'id', 'it', 'ja', |