Add translation variables for place types

This commit is contained in:
2019-10-06 13:50:16 +02:00
committed by Stefan Rohde-Enslin
parent fa8f2335ad
commit a72ae66385
37 changed files with 481 additions and 0 deletions

13
nodac/hu/placetypes.json Normal file
View File

@ -0,0 +1,13 @@
{
"tlPlacetypes": {
"0": "Administrative",
"1": "Historical",
"2": "Regions",
"3": "Streets",
"4": "Buidings",
"5": "Mountains",
"6": "Forrests",
"8": "Islands",
"7": "Waters"
}
}