Skip to content

Commit

Permalink
Add Turkish (tr_TR) locale to pfappserver
Browse files Browse the repository at this point in the history
  • Loading branch information
satkunas committed Feb 28, 2025
1 parent 69d7bd5 commit 144fec1
Show file tree
Hide file tree
Showing 15 changed files with 34,339 additions and 55 deletions.
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

0 comments on commit 144fec1

Please sign in to comment.