Skip to content

Translate map messages on parse

Pino Toscano requested to merge pino/kgeography:i18n-on-parse into master

In preparation to load the translations of map strings directly from the maps themselves, change the way strings in maps are translated: instead of translating them every time they are asked (with the usual copy&paste of code all around), translate them when loading a map.

This approach has the advantage of centralizing the handling of translations of maps in KGmap and mapReader, with the downside of a bit slower loading (not quantified though).

Merge request reports