Changeset 19260 in josm


Ignore:
Timestamp:
2024-11-25T19:28:02+01:00 (2 months ago)
Author:
taylor.smock
Message:

Fix #24023: Add pashto (ps) as an RTL language

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/widgets/OrientationAction.java

    r18258 r19260  
    3535public class OrientationAction extends AbstractAction implements PropertyChangeListener {
    3636    /** Default for {@link #RTL_LANGUAGES} */
    37     private static final List<String> DEFAULT_RTL_LANGUAGES = Arrays.asList("ar", "he", "fa", "iw", "ur");
     37    private static final List<String> DEFAULT_RTL_LANGUAGES = Arrays.asList("ar", "he", "fa", "ps", "iw", "ur");
    3838
    3939    /** Default for {@link #LOCALIZED_KEYS} */
Note: See TracChangeset for help on using the changeset viewer.