From: daniel at dseichter dot de Operating system: Linux, Windows PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: Translation attributes for strings
Description: ------------ I developed for many years in progress 4GL (OpenEdge from progress software) and in case of international projects, progress has the nice feature of translation attributes like for example: 'text':U, 'text':T10, 'text':L10 and 'text':R10 The :U,:T10,... after the string is relevant for the translation within the compiler of progress. :U: untranslateable :T10: Text with 10 characters, translateable (the same like L10 or R10, but L is left align and right is right align of the text). After developing some months in PHP I have to translate my application but it is hard to find out now every translateable strings. It will be great, if on the next conference, this feature will be discussed, if it can be included in a future release of PHP, so there will be a standard way of know, what types of strings are translateable and which are keywords f.e. to output html code with 'echo'. Maybe there is already some of this feature, then I will be happy to know about this, but I can't found anything about this. Also I want to thank the PHP-team for the great work in the past and for the future. Daniel -- Edit bug report at http://bugs.php.net/?id=50643&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=50643&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=50643&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=50643&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=50643&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=50643&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=50643&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=50643&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=50643&r=needscript Try newer version: http://bugs.php.net/fix.php?id=50643&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=50643&r=support Expected behavior: http://bugs.php.net/fix.php?id=50643&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=50643&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=50643&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=50643&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=50643&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=50643&r=dst IIS Stability: http://bugs.php.net/fix.php?id=50643&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=50643&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=50643&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=50643&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=50643&r=mysqlcfg
