Untranslated .desktop and .appdata files
Bug #1753846 reported by
Piotr Drąg
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Haguichi |
Fix Released
|
Low
|
Stephen Brandt |
Bug Description
These files are not listed in po/POTFILES.in, so they are not translatable:
data/com.
data/com.
data/com.
AppData is also not internationalized in data/meson.build.
summary: |
- Missing files from po/POTFILES.in + Untranslated .desktop and .appdata files |
Changed in haguichi: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Well, the "Comment" field for the desktop files is actually merged in (the translation string is included in src/text.vala) automatically when building using the i18n.merge_file statements in data/meson.build.
I haven't added the desktop file them selfs to po/POTFILES.in on purpose because it would add many useless fields too like "Icon", "Categories", etc. But if you have a need for other specific fields to be translated (like "Keywords" or maybe the rarely used "GenericName") let me know and I'll consider adding.
AppData is indeed not translatable currently. Would be a good idea to make "summary" and "description" nodes translatable.