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
Need an option not to extract component name with xgettext #229
Comments
fujiwarat
added a commit
to fujiwarat/appstream
that referenced
this issue
Apr 23, 2019
Some package does not wish to extract the component name as translatable since it's the branding name and add the translatable option. ximion#229
fujiwarat
added a commit
to fujiwarat/appstream
that referenced
this issue
Apr 24, 2019
Some package does not wish to extract the component name as translatable since it's the branding name and add the translatable option. ximion#229
fujiwarat
added a commit
to fujiwarat/appstream
that referenced
this issue
Apr 24, 2019
Some packages do not wish to extract the component name as translatable since it's the branding name and add the translatable option. ximion#229
ximion
pushed a commit
that referenced
this issue
Apr 24, 2019
Some packages do not wish to extract the component name as translatable since it's the branding name and add the translatable option. #229
|
Great! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently I migrated ibus-anthy to use xgettext from intltool.
And I noticed the translatable strings are extracted by metainfo.its.
I don't want to extract the component name because translators could translate the branding name by mistake.
I need the option not to extract the component name.
The text was updated successfully, but these errors were encountered: