|
Bugzilla – Full Text Bug Listing |
| Summary: | Refreshing repository message still English | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Kalman Kemenczy <kkemenczy> |
| Component: | YaST2 | Assignee: | Steffen Winterfeldt <snwint> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | ke, lslezak |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Refressing repository during install | ||
|
Description
Kalman Kemenczy
2007-10-03 09:17:49 UTC
Created attachment 176063 [details]
Refressing repository during install
This sounds like an i18n issue. Missing textdomain specification or something similar? Reassign to pkg-bindings maintainer It probably happens only during installation, the problem is caused by missing file in the inst-sys. Installed system is OK: > rpm -ql yast2-trans-cs | grep pkg /usr/share/YaST2/locale/cs/LC_MESSAGES/pkg-bindings.mo But the inst-sys not: > ls /usr/share/YaST2/locale/cs/LC_MESSAGES/pkg-bindings.mo ls: cannot access /usr/share/YaST2/locale/cs/LC_MESSAGES/pkg-bindings.mo: No such file or directory The same is for other languages. Steffen, please add 'pkg-bindings.mo' translations into the inst-sys. It should be there although there is no *.ycp file which uses 'pkg-bindings' textdomain, the domain is used by a .so library. added pkg-bindings to whitelist |