[PR #952] [MERGED] Added Serbian language #1153

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/952
Author: @PolarniMeda
Created: 11/19/2024
Status: Merged
Merged: 11/19/2024
Merged by: @meltyshev

Base: masterHead: master


📝 Commits (8)

📊 Changes

8 files changed (+574 additions, -0 deletions)

View changed files

📝 client/src/locales/index.js (+4 -0)
client/src/locales/sr-Cyrl-CS/core.js (+253 -0)
client/src/locales/sr-Cyrl-CS/index.js (+8 -0)
client/src/locales/sr-Cyrl-CS/login.js (+23 -0)
client/src/locales/sr-Latn-CS/core.js (+253 -0)
client/src/locales/sr-Latn-CS/index.js (+8 -0)
client/src/locales/sr-Latn-CS/login.js (+23 -0)
📝 server/api/models/User.js (+2 -0)

📄 Description

Added Serbian language with both Latin and Cyrillic alphabet


🔄 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/952 **Author:** [@PolarniMeda](https://github.com/PolarniMeda) **Created:** 11/19/2024 **Status:** ✅ Merged **Merged:** 11/19/2024 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`f02d6ae`](https://github.com/plankanban/planka/commit/f02d6ae8230cbe956ebec59e21a189166a4f7804) Added Serbian (Latin) and Serbian (Cyrillic) languages - [`fe0f2dd`](https://github.com/plankanban/planka/commit/fe0f2dd2d949776a47c93da420bf70475fa953e0) Create sr-Cyrl-CS - [`849b374`](https://github.com/plankanban/planka/commit/849b3744aac76bab60edcf4fd739cf257fc8d467) Delete client/src/locales/sr-Cyrl-CS - [`6e1f5f6`](https://github.com/plankanban/planka/commit/6e1f5f69382c9085595e1da32f0e4944ac055de6) Create index.js - [`8b1d955`](https://github.com/plankanban/planka/commit/8b1d955d39dded8faa8743115e13e610142db94c) Add files via upload - [`0168d82`](https://github.com/plankanban/planka/commit/0168d82812fa817c739165122353293c4116bd63) Create index.js - [`45fe4a6`](https://github.com/plankanban/planka/commit/45fe4a6c5ba558700cd7be1ed81732e5b15251d7) Add files via upload - [`376ff82`](https://github.com/plankanban/planka/commit/376ff8272dcc57020329390a078191c8a4e3c4b1) fix: Little refactoring ### 📊 Changes **8 files changed** (+574 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/src/locales/index.js` (+4 -0) ➕ `client/src/locales/sr-Cyrl-CS/core.js` (+253 -0) ➕ `client/src/locales/sr-Cyrl-CS/index.js` (+8 -0) ➕ `client/src/locales/sr-Cyrl-CS/login.js` (+23 -0) ➕ `client/src/locales/sr-Latn-CS/core.js` (+253 -0) ➕ `client/src/locales/sr-Latn-CS/index.js` (+8 -0) ➕ `client/src/locales/sr-Latn-CS/login.js` (+23 -0) 📝 `server/api/models/User.js` (+2 -0) </details> ### 📄 Description Added Serbian language with both Latin and Cyrillic alphabet --- <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:53:54 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1153