Модуль:JsonPaths: различия между версиями
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) Нет описания правки |
||
| Строка 92: | Строка 92: | ||
if path ~= "" and p.has(id, path) then | if path ~= "" and p.has(id, path) then | ||
return path .. "-" .. mw. | return path .. "-" .. mw.getContentLanguage():ucfirst(id) | ||
end | end | ||