Missed strings for localization from .res.in files in po/POTFILES.in list
Bug #913458 reported by
Sergey Alyoshin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pcb |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
This problem is introduced by [2] and [3] commits. [1] commit was
to add strings from .res.in files as this:
.res.in >> .res >> .res.h >> .pot
In po/POTFILES.in .res.in files should be specified as .res.h files.
[1]: 00547b9e5c9226c
Add source files with localized strings to .po generation add .res.h
[2]: fdd585acc4f8f3c
Fix for distcheck errors
.res.h replaced by .res
[3]: 481fe9e27df67e9
Generate pcb-menu.res and gpcb-menu.res from ".in" files
.res replaced by .res.in
Changed in pcb: | |
status: | New → Confirmed |
Changed in pcb: | |
status: | Confirmed → Fix Committed |
Changed in pcb: | |
status: | Fix Committed → Fix Released |
Changed in pcb: | |
milestone: | none → pcb-20140316 |
To post a comment you must log in.
1. Without res-in_ to_res- h.patch
$rm po/pcb.pot
$make -C po update-po
ru: 431 translated messages, 47 fuzzy translations, 33 untranslated messages.
2. With applied res-in_ to_res- h.patch
$rm po/pcb.pot
$make -C po update-po
ru: 940 translated messages, 90 fuzzy translations, 41 untranslated messages.
So (940 - 431) strings are missed from translation without res-in_ to_res- h.patch