ZF-9654: Several small errors in Zend_Locale-Functions
Description
There are several small errors in the Zend_Locale-Functions.xml file:
Multiple instances of "informations". As it is not an error to use the form "informations" it is so uncommon and simply weird that I would suggest changing it to "information" (line 224, 255, 257 etc.)
A couple of instances of "negotation". There is no such word in english. They should be replaced by "negation".
A couple of instances of "an string". They should be replaced by "a string".
A couple of instances of "an given calendar". They should be replaced by "a given calendar".
Section "Obtaining localized strings" line 915 reads: "It returns always a string" it should be: "It always returns a string"
Section "Obtaining translations for "yes" and "no"" line 1777 reads: "An generated regex" it should be: "A generated regex"
Section "Detecting locales" line 1915 reads: "this will always leads" it should be: "this will always lead"
line 1944 reads: "which returns you a locale string" it should be: "which returns a locale string"
Comments
Posted by Thomas Weidner (thomas) on 2010-04-12T12:00:58.000+0000
Please add a patch file.
Adding a issue for each of the known 14.000 mistakes is problamtic and not useful in my eyes.
Posted by Tomek Szmytka (tomeks) on 2010-04-13T00:43:33.000+0000
Zen_Locale-Functions.xml patch file
Posted by Tomek Szmytka (tomeks) on 2010-04-13T00:49:39.000+0000
I didn't know what is better from your point of view. I'll make patch files then.
Posted by Thomas Weidner (thomas) on 2010-04-16T00:20:55.000+0000
Fixed with r21864. Thanks for the patch