Skip to content

Commit

Permalink
Added Filipino language support.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanemagnenat committed Feb 9, 2018
1 parent 1f1f671 commit f377557
Show file tree
Hide file tree
Showing 22 changed files with 2,980 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/studio/DashelTarget.cpp
Expand Up @@ -117,6 +117,7 @@ namespace Aseba
languageSelectionBox->addItem(QString::fromUtf8("ελληνικά"), "el");
languageSelectionBox->addItem(QString::fromUtf8("Türk"), "tr");
languageSelectionBox->addItem(QString::fromUtf8("ру́сский язы́к"), "ru");
languageSelectionBox->addItem(QString::fromUtf8("Filipino"), "tl");
/* insert translation here (DO NOT REMOVE -> for automated script) */
//qDebug() << "locale is " << QLocale::system().name();
for (int i = 0; i < languageSelectionBox->count(); ++i)
Expand Down
2 changes: 2 additions & 0 deletions clients/studio/asebastudio.qrc
Expand Up @@ -9,6 +9,7 @@
<file>asebastudio_el.qm</file>
<file>asebastudio_tr.qm</file>
<file>asebastudio_ru.qm</file>
<file>asebastudio_tl.qm</file>
<!-- insert translation here (DO NOT REMOVE) -->
<file>compiler_fr.qm</file>
<file>compiler_de.qm</file>
Expand All @@ -19,6 +20,7 @@
<file>compiler_el.qm</file>
<file>compiler_tr.qm</file>
<file>compiler_ru.qm</file>
<file>compiler_tl.qm</file>
<!-- insert compiler translation here (DO NOT REMOVE) -->
<file>images/ok.png</file>
<file>images/no.png</file>
Expand Down
Binary file added clients/studio/asebastudio_tl.qm
Binary file not shown.

0 comments on commit f377557

Please sign in to comment.