Changeset 6edd2b9
- Timestamp:
- Jan 15, 2016 12:04:04 AM (5 years ago)
- Branches:
- master
- Children:
- ff66d9d
- Parents:
- cdfd4ca
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
.tx/config
rcdfd4ca r6edd2b9 24 24 trans.vi = apps/i2ptunnel/locale/messages_vi.po 25 25 trans.zh_CN = apps/i2ptunnel/locale/messages_zh.po 26 trans.zh_TW = apps/i2ptunnel/locale/messages_zh_TW.po 26 27 27 28 [I2P.proxy] … … 77 78 trans.vi = apps/routerconsole/locale/messages_vi.po 78 79 trans.zh_CN = apps/routerconsole/locale/messages_zh.po 80 trans.zh_TW = apps/routerconsole/locale/messages_zh_TW.po 79 81 80 82 [I2P.welcome] … … 106 108 trans.uk_UA = apps/routerconsole/locale-news/messages_uk.po 107 109 trans.zh_CN = apps/routerconsole/locale-news/messages_zh.po 110 trans.zh_TW = apps/routerconsole/locale-news/messages_zh_TW.po 108 111 109 112 [I2P.countries] … … 137 140 trans.vi = apps/routerconsole/locale-countries/messages_vi.po 138 141 trans.zh_CN = apps/routerconsole/locale-countries/messages_zh.po 142 trans.zh_TW = apps/routerconsole/locale-countries/messages_zh_TW.po 139 143 140 144 [I2P.i2psnark] -
apps/routerconsole/java/src/net/i2p/router/web/ConfigUIHelper.java
rcdfd4ca r6edd2b9 100 100 { "uk", "ua", _x("Ukrainian"), null }, 101 101 { "vi", "vn", _x("Vietnamese"), null }, 102 { "zh", "cn", _x("Chinese"), null } 102 { "zh", "cn", _x("Chinese"), null }, 103 { "zh_TW", "tw", _x("Chinese"), "Taiwan" } 103 104 }; 104 105 -
apps/routerconsole/jsp/console.jsp
rcdfd4ca r6edd2b9 58 58 <a href="/console?lang=sv&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=se" title="Svenska" alt="Svenska"></a> 59 59 <a href="/console?lang=tr&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=tr" title="Türkçe" alt="Türkçe"></a> 60 <a href="/console?lang=zh_TW&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=tw" title="Chinese (Taiwan)" alt="Chinese (Taiwan)"></a> 60 61 <a href="/console?lang=uk&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=ua" title="Українська" alt="Українська"></a> 61 62 <a href="/console?lang=vi&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=vn" title="Tiếng Việt" alt="Tiếng Việt"></a> -
apps/routerconsole/jsp/home.jsp
rcdfd4ca r6edd2b9 85 85 <a href="/home?lang=sv&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=se" title="Svenska" alt="Svenska"></a> 86 86 <a href="/home?lang=tr&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=tr" title="Türkçe" alt="Türkçe"></a> 87 <a href="/home?lang=zh_TW&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=tw" title="Chinese (Taiwan)" alt="Chinese (Taiwan)"></a> 87 88 <a href="/home?lang=uk&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=ua" title="Українська" alt="Українська"></a> 88 89 <a href="/home?lang=vi&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=vn" title="Tiếng Việt" alt="Tiếng Việt"></a>
Note: See TracChangeset
for help on using the changeset viewer.