Bug 305677 - "default" window title string for default project not translateable
Summary: "default" window title string for default project not translateable
Status: RESOLVED FIXED
Alias: None
Product: lokalize
Classification: Applications
Component: general (show other bugs)
Version: 1.4
Platform: unspecified All
: NOR minor
Target Milestone: ---
Assignee: Nick Shaforostoff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 17:18 UTC by Eduard Gotwig
Modified: 2019-10-19 14:13 UTC (History)
3 users (show)

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 Eduard Gotwig 2012-08-23 17:18:30 UTC
The string "Default" seems to be not translateable
Comment 1 Burkhard Lück 2012-08-24 04:40:52 UTC
Please describe exactly the steps to see the untranslated string "Default" or provide a screenshot.
Comment 2 Eduard Gotwig 2012-08-24 06:10:48 UTC
Just create a new user, and than go for the first time into lokalize, and use all default settings, than you see later the window title "Default - Lokalize"
Comment 3 Burkhard Lück 2012-08-24 08:52:12 UTC
Aha, "default" is untranslatable, not "Default".

Then it is the database name:
lokalize/src/tm/dbfilesmodel.cpp:77:    openDB("default"); //behave when no project is loaded
Comment 4 Adrián Chaves (Gallaecio) 2019-09-01 20:12:29 UTC
I think it’s actually the default project ID. And it should probably be translatable.
Comment 5 Pino Toscano 2019-09-22 15:42:24 UTC
Note that:
1) the default project ID/name is "default", not translatable; at most the initial value for it can be translated
2) the name is set by the user anyway, so if they choose "default" as project name, then lokalize must show that - unchanged - everywhere

(1) should be easy to do (it needs to be checked though); regarding existing project names, then lokalize must definitely _not_ touch them in any way.
Comment 6 Adrián Chaves (Gallaecio) 2019-10-19 14:13:53 UTC
Git commit 07aba874d04e6030d105094b7090a82d6dad6443 by Adrián Chaves.
Committed on 19/10/2019 at 14:13.
Pushed by adrianchavesfernandez into branch 'master'.

Internationalize the default project name

M  +2    -1    src/project/projectbase.kcfg

https://commits.kde.org/lokalize/07aba874d04e6030d105094b7090a82d6dad6443