- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Language
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#10976 - String <untagged> isn't in language files
I found that string <untagged> using in tag browser / tag cache
isn’t in language files.
Here is my example which could be added to english.lang, but it is still necessary to make the necessary modifications to the source code to interpret it, to which I do not have any apprentice of an experienced.
<phrase>
id: LANG_TAGNAVI_UNTAGGED desc: "<untagged>" entry in tag browser user: core <source> *: "<untagged>" </source> <dest> *: "<untagged>" </dest> <voice> *: "untagged" </voice>
</phrase>
Closed by jdgordon
2010-05-20 13:25
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2010-05-20 13:25
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
in r26192.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
This happens because the tag <untagged> is used when building the database.
I found string “<Untagged>” that is hard defined in file /apps/tagcache.c
on line 96 :
Other string for tag bwovser / tag cache are defined in file /apps/tagtree.c
on lines 1150 :
and line 1157 :
I think that would be sufficient to adjust in file /apps/tagcache.c
the line 96 like this :
And add new id: LANG_TAGNAVI_UNTAGGED to file /apps/lang/english.lang
as I wrote example in base of this report.
no, doing that will break the database if you try moving it between targets or even when loading a different language.
The way to do it is to rename the entry in tagtree.c when the search results are loaded.
I was working on it and I have submitted a patch for it.
See please
FS#10992.Great work Akur.
We will waiting to cominting.