Changes between Version 172 and Version 173 of GIS/Data


Ignore:
Timestamp:
09/28/21 19:51:55 (3 years ago)
Author:
Fran Boon
Comment:

languages

Legend:

Unmodified
Added
Removed
Modified
  • GIS/Data

    v172 v173  
    324324* [http://eden.sahanafoundation.org/downloads/ZA_Lx.7z ZA_Lx.7z]
    325325
    326 These have come originally from [https://data.humdata.org/dataset/south-africa-admin-level-1-boundaries HDX].
     326These have come originally from [https://data.humdata.org/dataset/south-africa-admin-level-1-boundaries HDX] with local names from Wikipedia.
    327327
    328328Use [http://7zip.org 7-Zip] to extract to your web2py folder & then install like this:
     
    333333
    334334auth.override = True
     335languages = s3.l10n_languages
     336languages["nso"] = "Sepedi" # Northern Sotho
     337languages["st"] = "Sesotho" # Southern Sotho
     338languages["tn"] = "Setswana"
     339languages["ss"] = "siSwati"
     340languages["ve"] = "Tshivenda"
     341languages["ts"] = "Xitsonga"
     342languages["af"] = "Afrikaans"
     343languages["nr"] = "isiNdebele" # Southern Ndebele
     344languages["xh"] = "isiXhosa"
     345languages["zu"] = "isiZulu"
    335346stylesheet = os.path.join(request.folder, "static", "formats", "s3csv", "gis", "location.xsl")
    336347resource = s3db.resource("gis_location")