Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Name" field from bases_lang_LANG.dat not really used #141

Open
GoogleCodeExporter opened this issue Jun 29, 2015 · 2 comments
Open

"Name" field from bases_lang_LANG.dat not really used #141

GoogleCodeExporter opened this issue Jun 29, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

If you'll select, say, de_DE language and then try to build your first base, 
you'll see "Server Access" in list of accessible base types. Also in base 
description window you'll see "Server Access" again.

At the same time, there are strings in the bases_de_DE.dat:

============
[Server Access]
name = Serverzugang
...
============


Original issue reported on code.google.com by Assargad...@gmail.com on 23 Aug 2014 at 5:20

@GoogleCodeExporter
Copy link
Author

It may be fixed by replacing code/g.py:553
from
            base_type[base["id"]].base_name = base["name"]
to
            base_type[base["id"]].name = base["name"]



Original comment by Assargad...@gmail.com on 23 Aug 2014 at 7:05

@GoogleCodeExporter
Copy link
Author

Ah, it looks like this bug already fixed in repository code, thought not in 
downloadable archive. As well as Ubuntu repository holds outdated release. So 
problem is not programming.

Original comment by Assargad...@gmail.com on 23 Aug 2014 at 7:18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant