https://bugzilla.wikimedia.org/show_bug.cgi?id=53145

--- Comment #2 from Ioannis Protonotarios <[email protected]> ---
Now it works! When I filed the bug, a couple of hours ago, the exact steps
below didn't use to work.

1. On my wiki's local cloned SF repository:

SSH:

cd (pathtowiki)/extensions/SemanticForms
git pull

returned: "error: RPC failed; result=22, HTTP code = 405"
(The same procedure worked fine for every other extension)

2. I renamed SemanticForms to SemanticForms.bak and try to clone it again:

git clone
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/SemanticForms.git

This used to give the same error. Now it worked fine. Then I tried to "pull"
and it worked too! New message: "Already up-to-date"

I also did a Localisation Update:

SSH:
php (pathtowiki)/extensions/LocalisationUpdate/update.php

But still, half of the messages appear in English and not in the local language
(Greek). Note that SF is completely translated to Greek in Git:
https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FSemanticForms.git/6e7408b566a46f93a95f53103f171eb1bb114823/languages%2FSF_Messages.php
 
See for instance message "sf-createproperty-allowedvalsinput" on line 22 (If
you want this property.....). Then go to line 2177 where same message is
translated. But if you see in my screenshot taken right after update, same
message is in English (along with many others):
http://meta.protonotarios.eu/wiki/index.php?title=File:SemanticFormsBug53145.png

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to