Changeset 35457 in osm


Ignore:
Timestamp:
2020-05-17T14:34:58+02:00 (4 years ago)
Author:
stoecker
Message:

Add Persion language, fix #josm19147, readd Icelandic

File:
1 edited

Legend:

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

    r35350 r35457  
    1818my %lang = map {$_ => 1} (
    1919"ar", "ast", "bg", "be", "ca", "ca\@valencia", "cs", "da", "de", "el", "en_AU", "en_GB",
    20 "es", "et", "fi", "fr", "gl", "hu", "id",
     20"es", "et", "fa", "fi", "fr", "gl", "hu", "id", "is",
    2121"it", "ja", "ko", "km", "lt", "mr", "nb", "nl", "pl", "pt", "pt_BR", "ru", "sk",
    2222"sv", "uk", "vi", "zh_CN", "zh_TW"
     
    156156{
    157157    my ($path) = @_;
    158     foreach my $name (split("\n", `find $path -name "*.po"`))
     158    foreach my $name (sort split("\n", `find $path -name "*.po"`))
    159159    {
    160160        $name =~ /([a-zA-Z_@]+)\.po/;
Note: See TracChangeset for help on using the changeset viewer.