| Summary: | some messages appears untranslated | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Giovanni Venturi <giovanni> |
| Component: | fish | Assignee: | Jörg Walter <trouble> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Giovanni Venturi
2004-07-25 14:03:27 UTC
Some? There are surely some translated I intend for 3_2_BRANCH; for HEAD the file has just 1 fuzzy. kde-i18n/it/messages/kdebase/kio_fish.po So could be a scripty error or something else into the source code. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBA6U9nT2ev4/bQKARAiGNAJ9uPwyBspVjBFUSk4OCz5ejRRlReACfQd4B 9+bYWh0Ku/QPXS6G/fILo0M= =Un5R -----END PGP SIGNATURE----- You can close this bug I committed kdebase/kioslave/fish/fish.cpp
Someone forgot to insert "KLocale::setMainCatalogue("kio_fish");" into:
int kdemain( int argc, char **argv ).
Someone forgot to insert:
"KLocale::setMainCatalogue("kio_fish");"
into:
int kdemain( int argc, char **argv )
|