Differences from version 2 to 4



@@ -13,7 +13,9 @@

 !Proposed Solution:
 
 I think the best way to resolve this and provide better support to translators would be:
-# Create new masters.php file from the bw program checking all occurrances of -tr- and -tra- (how to do this?)
+# Identify translations in templates and php files that should be cleaned up
+# Clean up the templates and php files so there is a minimum number of translations to be made
+# Create new masters.php file from the bw program checking all occurrances of -tr- and -tra- (how to do this? What about arguments to smarty functions that auto translate.)
 # check all translations for strings that match the ones that are used by bw
 # merge the matched translations into the language files created through the new masters
 # do spellcheck on the english masters

@@ -24,4 +26,16 @@

 # and try to get as much as possible languages up to 100%
 
 
-After discussion on IRC, we came to the conclusion that this wasnt feasible to do before R2 release, so this would be something for R2.1. I'm looking into the strings atm, removed most of the German/Dutch/French/Russian/etc translation out of the masters, but the parts Shoutbox/Megaphone/arabic thingies keep coming back.
+After discussion on IRC, we came to the conclusion that this wasn't feasible to do before R2 release, so this would be something for R2.1. I'm looking into the strings atm, removed most of the German/Dutch/French/Russian/etc translation out of the masters, but the parts Shoutbox/Megaphone/arabic thingies keep coming back.
+
+There is a script attached to this page to help identifying php and templates in need of cleanup:
+{attachment id=766}
+
+This can be used to pull out the translated string from templates and php files. It can be run against the codebase with the following:
+
+find . -name "*.tpl" -or -name "*.php" | xargs php -n -q collect-tr.php
+
+The generated list should be combed to find places that we need some cleanup.
+
+
+
Page History
Date/CommentUserIPVersion
30 Sep 2007 (21:35 UTC)
WaterDragon62.163.47.1494
Current • Source
sikko82.95.56.1132
View • Compare • Difference • Source
sikko82.95.56.1131
View • Compare • Difference • Source