mirror of
https://github.com/plankanban/planka.git
synced 2026-03-01 11:21:46 +03:00
[PR #1180] [MERGED] Add full Finnish (fi-FI) localization: core, login, markdown editor, and language support #1215
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/1180
Author: @symonbaikov
Created: 6/6/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @meltyshev
Base:
master← Head:feature/fi-FI-localization📝 Commits (2)
d4fb3a8Add full Finnish (fi-FI) localization for core, login and markdown editor8e2b617chore: Include third-party locales, refactoring📊 Changes
6 files changed (+640 additions, -0 deletions)
View changed files
➕
client/src/locales/fi-FI/core.js(+437 -0)➕
client/src/locales/fi-FI/index.js(+8 -0)➕
client/src/locales/fi-FI/login.js(+27 -0)➕
client/src/locales/fi-FI/markdown-editor.json(+165 -0)📝
client/src/locales/index.js(+2 -0)📝
server/api/models/User.js(+1 -0)📄 Description
This pull request adds complete Finnish (fi-FI) localization to Planka, including:
core.js(UI, actions, and all interface strings)login.js(authentication and error messages)markdown-editor.json(editor UI, hints, and tooltips)client/src/locales/index.jsto register the new localeserver/api/models/User.jsto add 'fi-FI' to the list of supported languagesAll translations were carefully reviewed for accuracy and consistency with the Finnish language and Planka's terminology.
This PR enables Finnish users to use Planka in their native language and improves accessibility for the Finnish community.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.