[PR #1180] [MERGED] Add full Finnish (fi-FI) localization: core, login, markdown editor, and language support #1215

Closed
opened 2026-02-04 21:57:25 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: feature/fi-FI-localization


📝 Commits (2)

  • d4fb3a8 Add full Finnish (fi-FI) localization for core, login and markdown editor
  • 8e2b617 chore: 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:

  • Full translation of core.js (UI, actions, and all interface strings)
  • Full translation of login.js (authentication and error messages)
  • Full translation of markdown-editor.json (editor UI, hints, and tooltips)
  • Updates to client/src/locales/index.js to register the new locale
  • Updates to server/api/models/User.js to add 'fi-FI' to the list of supported languages

All 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.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/1180 **Author:** [@symonbaikov](https://github.com/symonbaikov) **Created:** 6/6/2025 **Status:** ✅ Merged **Merged:** 6/6/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `feature/fi-FI-localization` --- ### 📝 Commits (2) - [`d4fb3a8`](https://github.com/plankanban/planka/commit/d4fb3a8913265e175a890ac73ecc8e531f335e76) Add full Finnish (fi-FI) localization for core, login and markdown editor - [`8e2b617`](https://github.com/plankanban/planka/commit/8e2b617dc1e1fa92b4fd63b3a0197c225e1436e9) chore: Include third-party locales, refactoring ### 📊 Changes **6 files changed** (+640 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description This pull request adds complete Finnish (fi-FI) localization to Planka, including: - Full translation of `core.js` (UI, actions, and all interface strings) - Full translation of `login.js` (authentication and error messages) - Full translation of `markdown-editor.json` (editor UI, hints, and tooltips) - Updates to `client/src/locales/index.js` to register the new locale - Updates to `server/api/models/User.js` to add 'fi-FI' to the list of supported languages All 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:57:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1215