Hi.
Using MediaWiki 1.6.10, I installed it, but it always shows texts in Spanish ('http://wiki.foo.com/index.php/Portada' URL, "artículo", "discusión", ...).
- My webbrowser is not in Spanish (nor my OS), - I deleted my webbrowser cache, - I'm not a wiki registered user, - $wgLanguageCode = "en"; (within 'LocalSettings.php') - $wgContLanguageCode = 'en'; (within 'includes/Setup.php')
How can I set to English?
Thank you very much.
thomas Armstrong wrote:
Hi.
Using MediaWiki 1.6.10, I installed it, but it always shows texts in Spanish ('http://wiki.foo.com/index.php/Portada' URL, "artículo", "discusión", ...).
- My webbrowser is not in Spanish (nor my OS),
- I deleted my webbrowser cache,
- I'm not a wiki registered user,
- $wgLanguageCode = "en"; (within 'LocalSettings.php')
- $wgContLanguageCode = 'en'; (within 'includes/Setup.php')
How can I set to English?
Thank you very much.
Try to set the language in Special:Preferences to English.
Hi, Mohamed. Thank you very much for your answer.
If I access: http://wiki.foo.com/index.php/Special:Preferences I get this message: "Debes entrar para cambiar las preferencias de usuario." What does it mean?
On 3/30/07, Mohamed Magdy mohamed.m.k@gmail.com wrote:
thomas Armstrong wrote:
Hi.
Using MediaWiki 1.6.10, I installed it, but it always shows texts in Spanish ('http://wiki.foo.com/index.php/Portada' URL, "artículo", "discusión", ...).
- My webbrowser is not in Spanish (nor my OS),
- I deleted my webbrowser cache,
- I'm not a wiki registered user,
- $wgLanguageCode = "en"; (within 'LocalSettings.php')
- $wgContLanguageCode = 'en'; (within 'includes/Setup.php')
How can I set to English?
Thank you very much.
Try to set the language in Special:Preferences to English.
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/wikitech-l
I tried to modify 'languages/MessagesEs.php'. I changed 'Donaciones' by 'FooTest'.
I deleted my webbrowser cache, but when accessing my wiki, I see 'Donaciones' again. I searched all my files, and I didn't find ANY file where 'Donaciones' word is set.
Any suggestion?
On 3/30/07, thomas Armstrong tarmstrong@gmail.com wrote:
Hi.
Using MediaWiki 1.6.10, I installed it, but it always shows texts in Spanish ('http://wiki.foo.com/index.php/Portada' URL, "artículo", "discusión", ...).
- My webbrowser is not in Spanish (nor my OS),
- I deleted my webbrowser cache,
- I'm not a wiki registered user,
- $wgLanguageCode = "en"; (within 'LocalSettings.php')
- $wgContLanguageCode = 'en'; (within 'includes/Setup.php')
How can I set to English?
Thank you very much.
thomas Armstrong wrote:
I tried to modify 'languages/MessagesEs.php'. I changed 'Donaciones' by 'FooTest'.
I deleted my webbrowser cache, but when accessing my wiki, I see 'Donaciones' again. I searched all my files, and I didn't find ANY file where 'Donaciones' word is set.
Any suggestion?
On 3/30/07, thomas Armstrong tarmstrong@gmail.com wrote:
Hi.
Using MediaWiki 1.6.10, I installed it, but it always shows texts in Spanish ('http://wiki.foo.com/index.php/Portada' URL, "artículo", "discusión", ...).
- My webbrowser is not in Spanish (nor my OS),
- I deleted my webbrowser cache,
- I'm not a wiki registered user,
- $wgLanguageCode = "en"; (within 'LocalSettings.php')
- $wgContLanguageCode = 'en'; (within 'includes/Setup.php')
How can I set to English?
Thank you very much.
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/wikitech-l
I think you have to refresh the language file..
Using your shell:
php maintenance/rebuildMessages.php --update
You have to rebuild your message cache. The files in the file system are not read for handling messages.
Just run "php maintenance/rebuildMessages.php" on a shell.
-- chris
wikitech-l-bounces@lists.wikimedia.org schrieb am 30.03.2007 10:12:14:
I tried to modify 'languages/MessagesEs.php'. I changed 'Donaciones' by 'FooTest'.
I deleted my webbrowser cache, but when accessing my wiki, I see 'Donaciones' again. I searched all my files, and I didn't find ANY file where 'Donaciones' word is set.
Any suggestion?
On 3/30/07, thomas Armstrong tarmstrong@gmail.com wrote:
Hi.
Using MediaWiki 1.6.10, I installed it, but it always shows texts in Spanish ('http://wiki.foo.com/index.php/Portada' URL, "artículo", "discusión", ...).
- My webbrowser is not in Spanish (nor my OS),
- I deleted my webbrowser cache,
- I'm not a wiki registered user,
- $wgLanguageCode = "en"; (within 'LocalSettings.php')
- $wgContLanguageCode = 'en'; (within 'includes/Setup.php')
How can I set to English?
Thank you very much.
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/wikitech-l
Yep, it works!
I didn't know that option... When was it created?
Thank you very much, Mohamed!!!
On 3/30/07, Mohamed Magdy mohamed.m.k@gmail.com wrote:
thomas Armstrong wrote:
I tried to modify 'languages/MessagesEs.php'. I changed 'Donaciones' by 'FooTest'.
I deleted my webbrowser cache, but when accessing my wiki, I see 'Donaciones' again. I searched all my files, and I didn't find ANY file where 'Donaciones' word is set.
Any suggestion?
On 3/30/07, thomas Armstrong tarmstrong@gmail.com wrote:
Hi.
Using MediaWiki 1.6.10, I installed it, but it always shows texts in Spanish ('http://wiki.foo.com/index.php/Portada' URL, "artículo", "discusión", ...).
- My webbrowser is not in Spanish (nor my OS),
- I deleted my webbrowser cache,
- I'm not a wiki registered user,
- $wgLanguageCode = "en"; (within 'LocalSettings.php')
- $wgContLanguageCode = 'en'; (within 'includes/Setup.php')
How can I set to English?
Thank you very much.
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/wikitech-l
I think you have to refresh the language file..
Using your shell:
php maintenance/rebuildMessages.php --update
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/wikitech-l
On 30/03/07, thomas Armstrong tarmstrong@gmail.com wrote:
I didn't know that option... When was it created?
It's been around for ages, and is referenced in the FAQ...
Rob Church
wikitech-l@lists.wikimedia.org