Last modified: 2005-11-16 19:34:59 UTC
Attached is an updated LanguageWa.php file (not a diff as there is too much that changes due to the "quote" -> 'quote' change). It is based on old LanguageWa.php on CVS, with added strings from Language.php from CVS (but untranslated ones removed; is that right), and a few extra ones that appear in Allmessages in wa: wikipedia. The changes are: - $wgNamespaceNamesWa: fixed the NS_PROJECT and NS_PROJECT_TALK to not be hardcoded to "Wikipedia" anymore - $wgQuickbarSettingsWa: added a 5th "floating right" string, like in Language.php - $wgAllMessagesWa: a lot of strings translations and updates - function date(): removed the " " (html no breaking space entity) as they weren't properly interpreted as html entity by wikipedia and dates were showing " " (ampersand + "nbsp;", in case it is interpreted here :-) ) - copied $wgBookstoreListWa from LanguageFr.php, as those are more likely to be usefull
Created attachment 1023 [details] updated LanguageWa.php file the updated file itself
Please read http://meta.wikimedia.org/wiki/MediaWiki_localization and follow all the instructions there, including making a patch instead of submitting the whole file, closing this as INVALID, reopen the bug when you've made another attachment which fits the requirements.
Created attachment 1024 [details] diff agains CVS version
Created attachment 1025 [details] diff agains CVS version
(In reply to comment #4) > Created an attachment (id=1025) [edit] > diff agains CVS version > This patch fails to apply to both HEAD and REL1_5.
Created attachment 1047 [details] new patch, agains a fresh cvs copy
Committed