Bug 290997 - Make splash screen translatable
Summary: Make splash screen translatable
Status: RESOLVED DUPLICATE of bug 292058
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.6.1
Platform: Chakra Linux
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-08 20:07 UTC by André Marcelo Alvarenga
Modified: 2012-01-20 21:09 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description André Marcelo Alvarenga 2012-01-08 20:07:21 UTC
Version:           4.6.1 (using Devel) 
OS:                Linux

KMyMoney splash screen could be translated, like in digiKam splash screen.

Replace the splash screen with a localized one is a good solution, but it 
is harder to deal with images that text.

Reproducible: Didn't try



Expected Results:
Comment 1 Alvaro Soliverez 2012-01-09 00:29:15 UTC
The splash screen is translatable.
The translated splash screens have to be located in kmymoney/pics/l10n/xx
Comment 2 André Marcelo Alvarenga 2012-01-09 02:42:48 UTC
(In reply to comment #1)
> The splash screen is translatable.
> The translated splash screens have to be located in kmymoney/pics/l10n/xx

Hi Alvaro.


In Chakra Linux there are just de,es,ro,ru and uk in /usr/share/apps/kmymoney/pics/l10n/
Also in Debian and Ubuntu: 

http://packages.debian.org/wheezy/all/kmymoney-common/filelist
http://packages.ubuntu.com/precise/all/kmymoney-common/filelist


I do not know why, but the distributions packages don't have all images.

However, my suggestion is a different method. In digiKam, translators don't need to work 
with images. All the texts that appear on the splash screen are in pot file.
Comment 3 Alvaro Soliverez 2012-01-09 10:46:50 UTC
Those are the only languages it has been translated too.
We told the translation teams, and we are not the only ones doing it this way.
Comment 4 André Marcelo Alvarenga 2012-01-09 14:59:10 UTC
(In reply to comment #3)
> Those are the only languages it has been translated too.

I think the line below fixes pt_BR (and others) splash screen.

In /kmymoney/pics/l10n/CMakeLists.txt change to:

INSTALL(DIRECTORY
-  es de ro ru uk
+  de es hu it pt_BR ro ru sv uk
Comment 5 Thomas Baumgart 2012-01-20 21:09:58 UTC

*** This bug has been marked as a duplicate of bug 292058 ***