mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
[PR #952] [MERGED] Added Serbian language #1153
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/952
Author: @PolarniMeda
Created: 11/19/2024
Status: ✅ Merged
Merged: 11/19/2024
Merged by: @meltyshev
Base:
master← Head:master📝 Commits (8)
f02d6aeAdded Serbian (Latin) and Serbian (Cyrillic) languagesfe0f2ddCreate sr-Cyrl-CS849b374Delete client/src/locales/sr-Cyrl-CS6e1f5f6Create index.js8b1d955Add files via upload0168d82Create index.js45fe4a6Add files via upload376ff82fix: Little refactoring📊 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.