-
Notifications
You must be signed in to change notification settings - Fork 96
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
Translation Updates #46
Comments
ff29932#diff-ba542b403c242b55ccd34ed227f3def0 Added Keys: |
Added Keys: Removed Keys: |
I will probably be adding a few more error messages related to calendar events as well. Added Keys: |
Changed Keys: Added Keys: Removed Keys: |
Added Keys: |
v69 dev had a fair share of new messages. Added Keys: Removed Keys: Added Keys: Removed Keys:
Added Keys:
|
Added Keys: Added Keys: Removed Keys: I copied most translations to the new messages, however a few had |
I released v71 without notifying everyone as I needed to fix GoogleCalendar sync asap. I plan to ship a v72 with updated translations + any bugfixes for v71 since it refactored a fair bit of code. Added: Changed: Changed: Also fixed the singular of "hours" to "hour". Added Keys: Removed Keys: Changed:
|
The Event Reminder added a few new keys. I reused the compact Added Keys: |
Started translating into Hebrew. P.S. What does "Show next" (string #75) mean? |
#: ../contents/ui/config/ConfigWeather.qml
msgid "Show next "
#: ../contents/ui/config/ConfigWeather.qml
msgid " in the meteogram." It's the "Show next " [x hours] " in the meteogram" spinbox in the Weather config tab. |
If so, there is a syntactic problem. In Hebrew and other Semitic languages, we say the adjective after the noun. |
I should probably refactor it to be like this, but for now just treat both messages as one. RowLayout {
readonly property string message: i18n("Show next %1 in the meteogram")
Text {
id: prefix
text: parent.message.split("%1")[0]
}
SpinBox {}
Text {
id: suffix
text: parent.message.split("%1")[1]
}
} |
Thank you. Now opened PR #305 |
Added Keys: I've also parsed and reused all the translations in "Edit" |
Subscribe to this issues to receive updates of new phrases to translate.
https://github.com/Zren/plasma-applet-eventcalendar/commits/master/package/translate/template.pot
The text was updated successfully, but these errors were encountered: