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

Fix translations #14

Open
3 tasks
tanghus opened this issue Sep 9, 2019 · 0 comments
Open
3 tasks

Fix translations #14

tanghus opened this issue Sep 9, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@tanghus
Copy link
Owner

tanghus commented Sep 9, 2019

//: <currency.name>
//~ Context Currency name
QT_TR_NOOP("code_ <currency.code>")

Where <currency.code> is NOT a variable, but the actual currency code: code_EUR.

In the actual list element, use something like text: qsTr("code_" + model.code)

Or don't use Transifex for currency names.

@tanghus tanghus added the bug label Sep 9, 2019
@tanghus tanghus self-assigned this Sep 9, 2019
@tanghus tanghus added this to the Version 0.3 milestone Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant