RexZhang4321 / tortoisesvn

Automatically exported from code.google.com/p/tortoisesvn
0 stars 0 forks source link

Windows Explorer library actions are not localized #457

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a german Win XP 64bit and using svn library in windows explorer.

German language pack is installed and tortoise gui and context menus are in 
german.

But action bar inside library of windows explorer is english.

See attached screenshot.

Checked with build:
TortoiseSVN 1.7.99, Build 23927 - 64 Bit -dev, 2013/02/19 22:19:32
Subversion 1.8.0, -dev
apr 1.4.6
apr-utils 1.5.1
serf 1.1.1
OpenSSL 1.0.1e 11 Feb 2013
zlib 1.2.7

Original issue reported on code.google.com by mark.zie...@rakekniven.de on 22 Feb 2013 at 10:12

Attachments:

GoogleCodeExporter commented 9 years ago
As stated in the front page of the issue tracker you need to report this on the 
mailing list rather than creating a new issue. Also, are you sure this is XP? 
It looks very much like Win 7 to me.

Original comment by simon.to...@gmail.com on 22 Feb 2013 at 11:13

GoogleCodeExporter commented 9 years ago
Sorry, you are right. It is Win 7 german, 64bit.

I read changelog, installed nightly build, checked mailing list archive and 
finally checked issue tracker. I missed part of ML first. 

Original comment by mark.zie...@rakekniven.de on 22 Feb 2013 at 11:18

GoogleCodeExporter commented 9 years ago
The reason these are not localized is that those strings are written to the 
registry when installing TSVN. The strings are fixed.
To localize those, we'd have to overwrite the registry entries somehow:
* when installing the language pack: would work, but then the strings won't 
match the language if the user changes the language in the settings dialog 
again. The strings would match the last language pack installed - not 
necessarily the selected language from the settings dialog
* when changing the language in the settings dialog: this would require 
elevated privileges to write to the registry. We don't have those.

Original comment by tortoisesvn on 15 Mar 2013 at 4:13

GoogleCodeExporter commented 9 years ago

Original comment by tortoisesvn on 15 Mar 2013 at 4:28

GoogleCodeExporter commented 9 years ago
When changing language in settings dialog you could ask UAC for privileges.
We (20 people) would really appreciate to be able to localize menu.

Does a regular user often changes language after install? IMHO it isn't the 
case.

Original comment by mark.zie...@rakekniven.de on 18 Mar 2013 at 12:11