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

tx pull issues "WARNING: -> fr: fr.po" but no details on what it's actually warning about #237

Closed
akien-mga opened this issue Jul 23, 2018 · 1 comment · Fixed by #251
Closed

Comments

@akien-mga
Copy link
Contributor

Running tx pull -l fr -f (force needed as described in #233), I get this output:

$ tx pull -l fr -f
tx INFO: Pulling translations for resource mageia.drakx_share (source: libDrakX.pot)
tx WARNING:  -> fr: fr.po
tx INFO: Done.

With debug:

$ tx -d pull -l fr -f
<snip>
tx DEBUG: Adding to new translations: set()
tx DEBUG: Pulling languages for: {'fr'}
tx INFO: Pulling translations for resource mageia.drakx_share (source: libDrakX.pot)
tx DEBUG: Using file fr.po
tx DEBUG: Downloading translation due to -f
tx WARNING:  -> fr: fr.po
tx INFO: Done.

This WARNING: -> fr: fr.po is confusing, especially since it's not giving any details on what it's warning about. Is it meant to be an INFO level message?

It seems to be a recent change as I see this behaviour in 0.13.4 but it was different in 0.12.4:

Adding to new translations: set()
Pulling languages for: {'fr'}
Pulling translations for resource mageia.drakx_share (source: libDrakX.pot)
Using file fr.po
Downloading translation due to -f
 -> fr: fr.po
Done.

Apart from the tx LEVEL: the messages are the same, so I think the line explicating the remap is just wrongly set to WARNING.

@Diontsoumas
Copy link
Contributor

Fixed by #251, thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants