idio / json-wikipedia

Json Wikipedia, contains code to convert the Wikipedia xml dump into a json dump. Questions? https://gitter.im/idio-opensource/Lobby
17 stars 2 forks source link

Translate Wikipedia terminology #28

Closed keynmol closed 8 years ago

keynmol commented 8 years ago

We have those lang-en.properties files.

We need them for the following languages:

dav009 commented 8 years ago

keywords: https://es.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=magicwords&format=json https://de.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=magicwords&format=json

but also namespaces: https://es.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=namespaces&format=json https://de.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=namespaces&format=json

Lugrin commented 8 years ago

Where are these files? Do you mean locale-de.properties in json-wikipedia/src/main/resources/lang/?