View Single Post
10/02/14, 08:41 PM   #5
katkat42
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 155
Originally Posted by sirinsidiator View Post
Here comes the german translation:
Danke schoen! This is awesome! (As I'm sure you can tell, it's been almost 15 years since I've used German on a regular basis, and my vocabulary is...a bit limited.)

Although it was not really a problem I suggest you use zo_strformat for things that mix a variable into the string to make translation easier in the future (e.g. SC_ADDING and SC_REMOVING).
::smacks forehead:: I knew there was a better way to do it!

If the umlauts are not working, you will have to replace them with the appropriate codes:
  • \195\164 = ä
  • \195\182 = ö
  • \195\188 = ü
Most helpful, thank you for including this list.
  Reply With Quote