Quote:
Originally Posted by ixtab
However, I took a look at the output, and it's pretty much what I expected. Most of the Strings I listed in the announcement are wrongly translated. (There are a few innocent ones, like "OK" or "International" as well). It's probably not a bad idea to generate an informative list of "do-not-translate" properties. However, it will unfortunately be of limited usefulness, because translators do not see the property names on Transifex, only the values.
|
There is a way to see property names on Transifex. In "General Settings" you should choose "Verbose editing".

Or just use
this bookmarklet:
Code:
javascript:(function(){var cb=$('#toggle_verbose'), p=$('.source_entity');if(cb.attr('checked')){cb.attr('checked',false);p.hide()}else{cb.attr('checked',true);p.show()};})();
Quote:
Originally Posted by ixtab
Also, thanks for your offer of the 5.0.0 files, but I'd think that this might lead to even more trouble. I'll just stick with 5.0.1 for the time being. Maybe if I'm feeling adventurous someday, I just try to install 5.0.3. Does a failed update give any information (in the log or so) about *which* files it complained about?
|
Yes. You could see it in 5.0.3 update script:
Quote:
Originally Posted by ixtab
Nope. Finds no languages. Well, I did look inside it, and I think your glob is wrong ("*/*.properties")?
Here's what the directory structure actually looks like:
Code:
$ find . -name "*.properties"|grep en_US|head -n 1
./src/5.0.0/framework/com/amazon/ebook/util/resources/StringUtilResources_en_US.properties
|
I think
JustAMan didn't used our
.tx/config and just pulled whole project...