Changeset 31139 in osm for applications/editors/josm/i18n


Ignore:
Timestamp:
2015-05-22T11:10:09+02:00 (10 years ago)
Author:
stoecker
Message:

add be language

Location:
applications/editors/josm/i18n
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/convpreset.pl

    r31111 r31139  
    210210     || $line =~ /<reference/
    211211     || $line =~ /<preset_link/
     212     || $line =~ /<item_separator\/>/
    212213     || $comment)
    213214  {
  • applications/editors/josm/i18n/launchpad.pl

    r31126 r31139  
    1616# list of supported languages
    1717my %lang = map {$_ => 1} (
    18 "ast", "bg", "ca", "ca\@valencia", "cs", "da", "de", "el", "en_AU", "en_GB",
     18"ast", "bg", "be", "ca", "ca\@valencia", "cs", "da", "de", "el", "en_AU", "en_GB",
    1919"es", "et", "fi", "fr", "gl", "hu", "id",
    2020"it", "ja", "km", "lt", "nl", "pl", "pt", "pt_BR", "ru", "sk",
Note: See TracChangeset for help on using the changeset viewer.