Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Turkish Language to UI and CP #8575

Open
wants to merge 5 commits into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ raddb/sites-enabled:
.PHONY: translation

translation:
for TRANSLATION in de en es fr he_IL it nb_NO nl pl_PL pt_BR; do\
for TRANSLATION in de en es fr he_IL it nb_NO nl pl_PL pt_BR tr_TR; do\
/usr/bin/msgfmt conf/locale/$$TRANSLATION/LC_MESSAGES/packetfence.po\
--output-file conf/locale/$$TRANSLATION/LC_MESSAGES/packetfence.mo;\
done
Expand Down
22,107 changes: 22,107 additions & 0 deletions conf/I18N/api/tr.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion conf/documentation.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ EOT

[advanced.language]
type=toggle
options=none|de_DE|en_US|es_ES|fr_FR|he_IL|it_IT|nb_NO|nl_NL|pl_PL|pt_BR
options=none|de_DE|en_US|es_ES|fr_FR|he_IL|it_IT|nb_NO|nl_NL|pl_PL|pt_BR|tr_TR
description=<<EOT
Language choice for the communication with administrators
EOT
Expand Down
8 changes: 6 additions & 2 deletions conf/locale/en/LC_MESSAGES/packetfence.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 14.1.0\n"
"Project-Id-Version: 15.0.0\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2025-02-11 19:14-0400\n"
"PO-Revision-Date: 2025-02-28 16:18-0400\n"
"Last-Translator: Inverse inc. <[email protected]>\n"
"Language-Team: English\n"
"Language: en\n"
Expand Down Expand Up @@ -1867,3 +1867,7 @@ msgstr ""
msgid "system scan in progress"
msgstr "Your system is being scanned - this process will take approximately %s seconds."

# pf::web::constants (Locales)
msgid "tr_TR"
msgstr ""

Loading