Changeset 804011d
- Timestamp:
- May 23, 2016 11:19:44 AM (5 years ago)
- Branches:
- master
- Children:
- 96fc02de
- Parents:
- f95100a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/java/src/net/i2p/router/web/ConfigUIHelper.java
rf95100a r804011d 80 80 * added to the top-level build.xml for the updater. 81 81 * As of 0.9.12, ISO 639-2 three-letter codes are supported also. 82 * Note: To avoid truncation, ensure language name is no longer than 17 chars. 82 83 */ 83 84 private static final String langs[][] = { … … 110 111 { "zh", "cn", _x("Chinese"), null }, 111 112 { "zh_TW", "tw", _x("Chinese"), "Taiwan" }, 112 { "xx", "a1", " Debug: Find untagged strings", null },113 { "xx", "a1", "Untagged strings", null }, 113 114 }; 114 115
Note: See TracChangeset
for help on using the changeset viewer.