Changeset 36404 in osm for applications


Ignore:
Timestamp:
2025-03-05T09:47:32+01:00 (3 weeks ago)
Author:
stoecker
Message:

add eo, fix typo

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

Legend:

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

    r36402 r36404  
    5656    if($line =~ /name_context=(".*?")/)
    5757    {
    58       print infoblock() . "trc($1, $val);\n";
    59     }
    60     else
    61     {
    62       print infoblock() . "tr($val);\n";
     58      print infoblock() . "trc($1, \"$val\");\n";
     59    }
     60    else
     61    {
     62      print infoblock() . "tr(\"$val\");\n";
    6363    }
    6464  }
  • applications/editors/josm/i18n/launchpad.pl

    r36402 r36404  
    1818my %lang = map {$_ => 1} (
    1919"ar", "ast", "bg", "be", "ca", "ca\@valencia", "cs", "cy", "da", "de",
    20 "el", "en_AU", "en_CA", "en_GB", "es", "et", "fa", "fi", "fr", "gl",
     20"el", "en_AU", "en_CA", "en_GB", "eo", "es", "et", "fa", "fi", "fr", "gl",
    2121"hu", "id", "is", "it", "ja", "ko", "km", "lt", "mr", "nb",
    2222"nl", "pl", "pt", "pt_BR", "ru", "sk", "sr\@latin", "sv", "tr", "uk",
Note: See TracChangeset for help on using the changeset viewer.