Skip to content

Instantly share code, notes, and snippets.

@dbauszus-glx
Created August 23, 2022 08:39
Show Gist options
  • Save dbauszus-glx/72e1ed2253c23b5b3d5d169580c36ad4 to your computer and use it in GitHub Desktop.
Save dbauszus-glx/72e1ed2253c23b5b3d5d169580c36ad4 to your computer and use it in GitHub Desktop.
mapp.utils.merge(mapp.dictionaries, {
en: {
location_clear_all: "Clear locations",
},
de: {
location_clear_all: "Entferne Auswahl"
},
cn: {
location_clear_all: "모든 위치 제거",
},
pl: {
location_clear_all: "Wyczyść selekcje",
},
ko: {
location_clear_all: "清除所有地点",
},
fr: {
location_clear_all: "Desélectionner tous les lieux.",
},
ja: {
location_clear_all: "全ロケーションをクリア",
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment