Skip to content

Add Korean and Finnish translations and improve Polish (#1264, #1313, #1265) - #1351

Merged
daveearley merged 13 commits into
developfrom
translations/ko-fi-pl
Sep 15, 2026
Merged

daveearley merged 13 commits into
developfrom
translations/ko-fi-pl

Conversation

@daveearley

Copy link
Copy Markdown
Contributor

Combines three community translation PRs into one branch, brought up to date with develop and completed against the current string set.

Thank you all for the contributions.

What's in here on top of the original PRs

  • Korean and Finnish catalogs completed against current develop (frontend and backend), all locales at 0 missing (except ru, which was already untranslated)
  • Korean and Finnish language names added to every locale's catalog
  • fi dayjs locale loader registered so Finnish date names render correctly
  • Polish "check-in → weryfikacja" convention applied to the strings added since fix: pl translation quality and consistency #1265 was opened, so the catalog is consistent throughout
  • Fixed double-escaped quotes in the ko/fi catalogs and a translated :products placeholder in fi.json
  • Backend lang/{ko,fi,pl}.json gaps filled via langscanner
  • All catalogs recompiled

Verification

  • yarn messages:extract — 0 missing for every locale except ru
  • Placeholder/tag integrity checked across all three catalogs
  • npx tsc --noEmit — no new errors
  • Backend unit suite passes
  • E2E smoke suite passes against a fresh stack built from this branch
  • Manually checked dashboards, product and check-in pages in ko/fi/pl, and the language switcher

wlzukowski and others added 12 commits July 12, 2026 12:23
Adds a complete Korean translation for the frontend (Lingui, 2293
strings across the whole app) and the backend Laravel lang catalog
(709 strings), and registers the new locale in the language switcher,
lingui config, and dayjs date formatting.

🤖
Register `ko` in the backend Locale enum so PATCH /api/users/me with
locale "ko" validates correctly, and add the missing switch case in
LanguageSwitcher so "Korean" renders as a translated label instead of
falling back to the raw locale code. Also adds the one new extractable
string ("Korean") to ko.po/ko.js introduced by this fix.

🤖
# Conflicts:
#	frontend/src/locales.ts
#	frontend/src/locales/de.js
#	frontend/src/locales/el.js
#	frontend/src/locales/en.js
#	frontend/src/locales/es.js
#	frontend/src/locales/fr.js
#	frontend/src/locales/hu.js
#	frontend/src/locales/it.js
#	frontend/src/locales/nl.js
#	frontend/src/locales/pl.js
#	frontend/src/locales/pt-br.js
#	frontend/src/locales/pt.js
#	frontend/src/locales/ru.js
#	frontend/src/locales/se.js
#	frontend/src/locales/sk.js
#	frontend/src/locales/tr.js
#	frontend/src/locales/vi.js
#	frontend/src/locales/zh-cn.js
#	frontend/src/locales/zh-hk.js
# Conflicts:
#	backend/lang/pl.json
#	frontend/src/locales/pl.js
#	frontend/src/locales/pl.po
#	frontend/src/utilites/dateLocales.ts
…ns branch

- Fill the 966 Korean and 37 Finnish frontend strings missing against develop
- Fill backend catalog gaps for ko, fi and pl via langscanner
- Harmonize Polish check-in wording to the weryfikacja convention across newer strings
- Add the Korean language name to every locale and register the fi dayjs loader
- Fix double-escaped quotes in ko/fi catalogs and a mistranslated :products placeholder in fi.json
- Recompile all catalogs
@railway-app
railway-app Bot temporarily deployed to Hi.Events / Hi.Events-pr-1351 September 15, 2026 17:28 Destroyed
@railway-app

railway-app Bot commented Sep 15, 2026

Copy link
Copy Markdown

🚅 Deployed to the Hi.Events-pr-1351 environment in Hi.Events

Service Status Web Updated
Hi.Events Frontend ✅ Success (View Logs) Web Sep 15, 2026 at 6:11 pm UTC
Hi.Events Queue Worker ✅ Success (View Logs) Sep 15, 2026 at 6:08 pm UTC
Hi.Events API ✅ Success (View Logs) Web Sep 15, 2026 at 6:07 pm UTC
Hi.Events Scheduler ✅ Success (View Logs) Sep 15, 2026 at 6:06 pm UTC
1 service not affected by this PR
  • Maildev

@github-actions

github-actions Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

✅ E2E · smoke

✅ Passed ❌ Failed ⚠️ Flaky ⏭️ Skipped ⏱️ Duration
27 0 0 0 1m 8s

View run

@niilorm

niilorm commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Current diff seems to show accidental reverting of #1348

# Conflicts:
#	frontend/src/locales/de.js
#	frontend/src/locales/de.po
#	frontend/src/locales/el.js
#	frontend/src/locales/el.po
#	frontend/src/locales/en.js
#	frontend/src/locales/en.po
#	frontend/src/locales/es.js
#	frontend/src/locales/es.po
#	frontend/src/locales/fr.js
#	frontend/src/locales/fr.po
#	frontend/src/locales/hu.js
#	frontend/src/locales/hu.po
#	frontend/src/locales/it.js
#	frontend/src/locales/it.po
#	frontend/src/locales/nl.js
#	frontend/src/locales/nl.po
#	frontend/src/locales/pl.js
#	frontend/src/locales/pl.po
#	frontend/src/locales/pt-br.js
#	frontend/src/locales/pt-br.po
#	frontend/src/locales/pt.js
#	frontend/src/locales/pt.po
#	frontend/src/locales/ru.js
#	frontend/src/locales/ru.po
#	frontend/src/locales/se.js
#	frontend/src/locales/se.po
#	frontend/src/locales/sk.js
#	frontend/src/locales/sk.po
#	frontend/src/locales/tr.js
#	frontend/src/locales/tr.po
#	frontend/src/locales/vi.js
#	frontend/src/locales/vi.po
#	frontend/src/locales/zh-cn.js
#	frontend/src/locales/zh-cn.po
#	frontend/src/locales/zh-hk.js
#	frontend/src/locales/zh-hk.po
@daveearley
daveearley force-pushed the translations/ko-fi-pl branch from b894e26 to c235129 Compare September 15, 2026 18:04
@railway-app
railway-app Bot temporarily deployed to Hi.Events / Hi.Events-pr-1351 September 15, 2026 18:04 Destroyed
@daveearley

Copy link
Copy Markdown
Contributor Author

Current diff seems to show accidental reverting of #1348

Thanks for the heads up!

@daveearley
daveearley merged commit 3c99122 into develop Sep 15, 2026
10 checks passed
@daveearley
daveearley deleted the translations/ko-fi-pl branch September 15, 2026 18:16
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 15, 2026

This branch was successfully deployed

No deployments
Hi.Events / Hi.Events-pr-1351 c235129a Deployed Sep 15, 2026 by railway-app[bot]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants