Changeset 5916 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2013-04-29T17:30:14+02:00 (12 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/help/HelpUtil.java
r5915 r5916 113 113 * @param type the type of the locale to use 114 114 * @return the help topic prefix 115 * @since 5915 115 116 */ 116 117 static private String getHelpTopicPrefix(LocaleType type) { … … 131 132 * @param type the locale. {@link Locale#ENGLISH} assumed, if null. 132 133 * @return the absolute, localized help topic 134 * @since 5915 133 135 */ 134 136 static public String buildAbsoluteHelpTopic(String topic, LocaleType type) { -
trunk/src/org/openstreetmap/josm/tools/LanguageInfo.java
r5915 r5916 9 9 10 10 public class LanguageInfo { 11 /** Type of the locale to use */ 11 /** 12 * Type of the locale to use 13 * @since 5915 14 */ 12 15 public enum LocaleType { 13 16 /** The current default language */ … … 29 32 * @return the wiki language prefix or {@code null} for {@link LocaleType#BASELANGUAGE}, when 30 33 * base language is identical to default or english 31 * @since 863634 * @since 5915 32 35 */ 33 36 static public String getWikiLanguagePrefix(LocaleType type) {
Note:
See TracChangeset
for help on using the changeset viewer.