Skip to content

Commit

Permalink
Adds build/install script
Browse files Browse the repository at this point in the history
Adds i18n.tr call on missing text for transalation
  • Loading branch information
dannygb committed Nov 16, 2018
1 parent 3b7d215 commit 7195bc5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion KeePit/PasswordInput.qml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import Qt.labs.folderlistmodel 2.1

TextField {
id: password
placeholderText: "Enter your password"
placeholderText: i18n.tr("Enter your password")
echoMode : TextInput.Password
readOnly: false
}
Expand Down
Empty file modified build.sh
100644 → 100755
Empty file.
7 changes: 6 additions & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-15 22:01+0000\n"
"POT-Creation-Date: 2018-11-16 16:19+0000\n"
"PO-Revision-Date: 2018-11-03 12:03+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -170,6 +170,11 @@ msgstr "Schließen"
msgid "Open Database"
msgstr "Öffne Datenbank"

#: /home/dan/KeePit/KeePit/PasswordInput.qml:43
#, fuzzy
msgid "Enter your password"
msgstr "Master-Passwort"

#: /home/dan/KeePit/KeePit/PasswordInput.qml:51
msgid "Show password"
msgstr "Zeige Passwort"
Expand Down
8 changes: 6 additions & 2 deletions po/keepit.dannygb.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-15 22:01+0000\n"
"POT-Creation-Date: 2018-11-16 16:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"

#: /home/dan/KeePit/KeePit/CreateDatabase.qml:38
msgid "Create Database"
Expand Down Expand Up @@ -169,6 +169,10 @@ msgstr ""
msgid "Open Database"
msgstr ""

#: /home/dan/KeePit/KeePit/PasswordInput.qml:43
msgid "Enter your password"
msgstr ""

#: /home/dan/KeePit/KeePit/PasswordInput.qml:51
msgid "Show password"
msgstr ""
Expand Down

0 comments on commit 7195bc5

Please sign in to comment.