Support for other wiki languages than English
Closed this issue · 4 comments
samuell commented
samuell commented
samuell commented
I think I know the solution now:
$titleWithNS = Title::makeTitleSafe( SMW_NS_PROPERTY, $theTitle )->getFullText();
... etc.
(EDIT: getTitleValue()
→ getFullText()
)
samuell commented
samuell commented
This is now tested manually, so closing (a CI would still be great).