-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Shirkit edited this page Jul 3, 2012
·
1 revision
- For easier conversion from Properties to Wiki format, download this file to make the conversion easier. Use "java -jar" on the Jar package for instructions (java -jar PropertiesToWiki.jar). -- by Shirkit 17:36, 25 April 2011 (UTC)
- I suggest using an awk (Windows version here http://gnuwin32.sourceforge.net/packages/gawk.htm, GNU/Linux and Mac should contain it in the standard repos) script for this: awk '{ print "" $0 "
" }' <translation></nowiki>.<br />It will add a 'br' tag after each line as well as surround each line with 'nowiki'. Zhurikhin 07:44, 16 April 2011 (UTC)
- Put a "nowiki" TEXT</nowiki></translation> in front of every "html" and "#" line.
- Use <br> after every line, for spaces.