Changeset 79d8a0e
- Timestamp:
- Jan 18, 2018 10:18:11 AM (3 years ago)
- Branches:
- master
- Children:
- 109ac5b
- Parents:
- 7e4ff0b
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/desktopgui/build.xml
r7e4ff0b r79d8a0e 121 121 122 122 <target name="poupdate"> 123 <!-- set if unset --> 124 <property name="lg2" value="" /> 123 125 <exec executable="sh" osfamily="unix" failifexecutionfails="true" failonerror="true" > 126 <env key="LG2" value="${lg2}" /> 124 127 <arg value="./bundle-messages.sh" /> 125 128 <arg value="-p" /> 126 129 </exec> 127 130 <exec executable="sh" osfamily="mac" failifexecutionfails="true" failonerror="true" > 131 <env key="LG2" value="${lg2}" /> 128 132 <arg value="./bundle-messages.sh" /> 129 133 <arg value="-p" /> 130 134 </exec> 131 135 <exec executable="sh" osfamily="windows" failifexecutionfails="true" failonerror="true" > 136 <env key="LG2" value="${lg2}" /> 132 137 <arg value="./bundle-messages.sh" /> 133 138 <arg value="-p" /> -
apps/i2psnark/java/build.xml
r7e4ff0b r79d8a0e 169 169 <target name="poupdate" depends="builddep, compile"> 170 170 <!-- Update the messages_*.po files. --> 171 <!-- set if unset --> 172 <property name="lg2" value="" /> 171 173 <exec executable="sh" osfamily="unix" failifexecutionfails="true" failonerror="true" > 174 <env key="LG2" value="${lg2}" /> 172 175 <arg value="./bundle-messages.sh" /> 173 176 <arg value="-p" /> 174 177 </exec> 175 178 <exec executable="sh" osfamily="mac" failifexecutionfails="true" failonerror="true" > 179 <env key="LG2" value="${lg2}" /> 176 180 <arg value="./bundle-messages.sh" /> 177 181 <arg value="-p" /> 178 182 </exec> 179 183 <exec executable="sh" osfamily="windows" failifexecutionfails="true" failonerror="true" > 184 <env key="LG2" value="${lg2}" /> 180 185 <arg value="./bundle-messages.sh" /> 181 186 <arg value="-p" /> -
apps/i2ptunnel/java/build.xml
r7e4ff0b r79d8a0e 151 151 <target name="poupdate" depends="compile, precompilejsp"> 152 152 <!-- Update the messages_*.po files. --> 153 <!-- set if unset --> 154 <property name="lg2" value="" /> 153 155 <exec executable="sh" osfamily="unix" failifexecutionfails="true" failonerror="true" > 156 <env key="LG2" value="${lg2}" /> 154 157 <arg value="./bundle-messages.sh" /> 155 158 <arg value="-p" /> 156 159 </exec> 157 160 <exec executable="sh" osfamily="mac" failifexecutionfails="true" failonerror="true" > 161 <env key="LG2" value="${lg2}" /> 158 162 <arg value="./bundle-messages.sh" /> 159 163 <arg value="-p" /> 160 164 </exec> 161 165 <exec executable="sh" osfamily="windows" failifexecutionfails="true" failonerror="true" > 166 <env key="LG2" value="${lg2}" /> 162 167 <arg value="./bundle-messages.sh" /> 163 168 <arg value="-p" /> … … 201 206 <target name="poupdate-proxy" depends="extractProxyTags"> 202 207 <!-- Update the messages_*.po files. --> 208 <!-- set if unset --> 209 <property name="lg2" value="" /> 203 210 <exec executable="sh" osfamily="unix" failifexecutionfails="true" failonerror="true" > 211 <env key="LG2" value="${lg2}" /> 204 212 <arg value="./bundle-messages-proxy.sh" /> 205 213 <arg value="-p" /> 206 214 </exec> 207 215 <exec executable="sh" osfamily="mac" failifexecutionfails="true" failonerror="true" > 216 <env key="LG2" value="${lg2}" /> 208 217 <arg value="./bundle-messages-proxy.sh" /> 209 218 <arg value="-p" /> 210 219 </exec> 211 220 <exec executable="sh" osfamily="windows" failifexecutionfails="true" failonerror="true" > 221 <env key="LG2" value="${lg2}" /> 212 222 <arg value="./bundle-messages-proxy.sh" /> 213 223 <arg value="-p" /> -
apps/ministreaming/java/build.xml
r7e4ff0b r79d8a0e 128 128 <target name="poupdate" depends="builddep, compile"> 129 129 <!-- Update the messages_*.po files. --> 130 <!-- set if unset --> 131 <property name="lg2" value="" /> 130 132 <exec executable="sh" osfamily="unix" failifexecutionfails="true" failonerror="true" > 133 <env key="LG2" value="${lg2}" /> 131 134 <arg value="./bundle-messages.sh" /> 132 135 <arg value="-p" /> 133 136 </exec> 134 137 <exec executable="sh" osfamily="mac" failifexecutionfails="true" failonerror="true" > 138 <env key="LG2" value="${lg2}" /> 135 139 <arg value="./bundle-messages.sh" /> 136 140 <arg value="-p" /> 137 141 </exec> 138 142 <exec executable="sh" osfamily="windows" failifexecutionfails="true" failonerror="true" > 143 <env key="LG2" value="${lg2}" /> 139 144 <arg value="./bundle-messages.sh" /> 140 145 <arg value="-p" /> -
apps/routerconsole/java/build.xml
r7e4ff0b r79d8a0e 190 190 <!-- Update the messages_*.po files. 191 191 We need to supply the bat file for windows, and then change the fail property to true --> 192 <!-- set if unset --> 193 <property name="lg2" value="" /> 192 194 <exec executable="sh" osfamily="unix" failifexecutionfails="true" failonerror="true" > 195 <env key="LG2" value="${lg2}" /> 193 196 <arg value="./bundle-messages.sh" /> 194 197 <arg value="-p" /> 195 198 </exec> 196 199 <exec executable="sh" osfamily="mac" failifexecutionfails="true" failonerror="true" > 200 <env key="LG2" value="${lg2}" /> 197 201 <arg value="./bundle-messages.sh" /> 198 202 <arg value="-p" /> 199 203 </exec> 200 204 <exec executable="sh" osfamily="windows" failifexecutionfails="true" failonerror="true" > 205 <env key="LG2" value="${lg2}" /> 201 206 <arg value="./bundle-messages.sh" /> 202 207 <arg value="-p" /> … … 254 259 255 260 <target name="poupdate-news" depends="extractProxyTags"> 261 <!-- set if unset --> 262 <property name="lg2" value="" /> 256 263 <exec executable="sh" osfamily="unix" failifexecutionfails="true" failonerror="true" > 264 <env key="LG2" value="${lg2}" /> 257 265 <arg value="./bundle-messages-news.sh" /> 258 266 <arg value="-p" /> 259 267 </exec> 260 268 <exec executable="sh" osfamily="mac" failifexecutionfails="true" failonerror="true" > 269 <env key="LG2" value="${lg2}" /> 261 270 <arg value="./bundle-messages-news.sh" /> 262 271 <arg value="-p" /> 263 272 </exec> 264 273 <exec executable="sh" osfamily="windows" failifexecutionfails="true" failonerror="true" > 274 <env key="LG2" value="${lg2}" /> 265 275 <arg value="./bundle-messages-news.sh" /> 266 276 <arg value="-p" /> … … 269 279 270 280 <target name="poupdate-countries" depends="extractProxyTags"> 281 <!-- set if unset --> 282 <property name="lg2" value="" /> 271 283 <exec executable="sh" osfamily="unix" failifexecutionfails="true" failonerror="true" > 284 <env key="LG2" value="${lg2}" /> 272 285 <arg value="./bundle-messages-countries.sh" /> 273 286 <arg value="-p" /> 274 287 </exec> 275 288 <exec executable="sh" osfamily="mac" failifexecutionfails="true" failonerror="true" > 289 <env key="LG2" value="${lg2}" /> 276 290 <arg value="./bundle-messages-countries.sh" /> 277 291 <arg value="-p" /> 278 292 </exec> 279 293 <exec executable="sh" osfamily="windows" failifexecutionfails="true" failonerror="true" > 294 <env key="LG2" value="${lg2}" /> 280 295 <arg value="./bundle-messages-countries.sh" /> 281 296 <arg value="-p" /> -
apps/susidns/src/build.xml
r7e4ff0b r79d8a0e 165 165 <target name="poupdate" depends="compile, precompilejsp"> 166 166 <!-- Update the messages_*.po files. --> 167 <!-- set if unset --> 168 <property name="lg2" value="" /> 167 169 <exec executable="sh" osfamily="unix" failifexecutionfails="true" failonerror="true" > 170 <env key="LG2" value="${lg2}" /> 168 171 <arg value="./bundle-messages.sh" /> 169 172 <arg value="-p" /> 170 173 </exec> 171 174 <exec executable="sh" osfamily="mac" failifexecutionfails="true" failonerror="true" > 175 <env key="LG2" value="${lg2}" /> 172 176 <arg value="./bundle-messages.sh" /> 173 177 <arg value="-p" /> 174 178 </exec> 175 179 <exec executable="sh" osfamily="windows" failifexecutionfails="true" failonerror="true" > 180 <env key="LG2" value="${lg2}" /> 176 181 <arg value="./bundle-messages.sh" /> 177 182 <arg value="-p" /> -
apps/susimail/build.xml
r7e4ff0b r79d8a0e 144 144 <target name="poupdate" depends="builddep, compile"> 145 145 <!-- Update the messages_*.po files. --> 146 <!-- set if unset --> 147 <property name="lg2" value="" /> 146 148 <exec executable="sh" osfamily="unix" failifexecutionfails="true" failonerror="true" > 149 <env key="LG2" value="${lg2}" /> 147 150 <arg value="./bundle-messages.sh" /> 148 151 <arg value="-p" /> 149 152 </exec> 150 153 <exec executable="sh" osfamily="mac" failifexecutionfails="true" failonerror="true" > 154 <env key="LG2" value="${lg2}" /> 151 155 <arg value="./bundle-messages.sh" /> 152 156 <arg value="-p" /> 153 157 </exec> 154 158 <exec executable="sh" osfamily="windows" failifexecutionfails="true" failonerror="true" > 159 <env key="LG2" value="${lg2}" /> 155 160 <arg value="./bundle-messages.sh" /> 156 161 <arg value="-p" /> -
build.xml
r7e4ff0b r79d8a0e 706 706 <!-- end jbigi targets --> 707 707 708 <target name="poupdate-source" depends="set-lg2-en, poupdate" /> 709 710 <target name="set-lg2-en" > 711 <property name="lg2" value="en" /> 712 </target> 713 708 714 <!-- the apps need to compile the jsps to poupdate --> 709 715 <target name="poupdate" depends="buildRouter, buildStreaming, buildSystray, buildJetty, buildDesktopGui, buildJrobin" > 710 716 <echo message="Setting environment variable LG2 to a lang code (eg: de,zh,nl etc)" /> 711 717 <echo message=" will restrict language update to the language you specified, leaving other language untact." /> 718 <!-- set if unset --> 719 <property name="lg2" value="" /> 712 720 <ant dir="apps/routerconsole/java/" > 713 721 <target name="poupdate" /> -
installer/resources/checklist.md
r7e4ff0b r79d8a0e 4 4 5 5 - Announce string freeze on #i2p-dev 6 - Update local English po files: `ant poupdate` 7 - Revert non-English changes if any 6 - Update local English po files: `ant poupdate-source` 7 - Review changes in English po files, fix up any necessary tagged strings in Java source 8 - Revert English po files with no actual changes (i.e. with line number changes only) 9 - Check in remaining English po files (and any files with changed strings) 8 10 - Push to Transifex: `tx push -s` 9 11 - Make announcement on Transifex with checkin deadline -
installer/resources/locale/build.xml
r7e4ff0b r79d8a0e 19 19 20 20 <target name="poupdate" > 21 <!-- set if unset --> 22 <property name="lg2" value="" /> 21 23 <!-- Update the messages_*.po files. --> 22 24 <exec executable="sh" osfamily="unix" failifexecutionfails="true" failonerror="true" > 25 <env key="LG2" value="${lg2}" /> 23 26 <arg value="./bundle-messages.sh" /> 24 27 <arg value="-p" /> 25 28 </exec> 26 29 <exec executable="sh" osfamily="mac" failifexecutionfails="true" failonerror="true" > 30 <env key="LG2" value="${lg2}" /> 27 31 <arg value="./bundle-messages.sh" /> 28 32 <arg value="-p" /> 29 33 </exec> 30 34 <exec executable="sh" osfamily="windows" failifexecutionfails="true" failonerror="true" > 35 <env key="LG2" value="${lg2}" /> 31 36 <arg value="./bundle-messages.sh" /> 32 37 <arg value="-p" />
Note: See TracChangeset
for help on using the changeset viewer.