Changeset 784 for trunk/Modules/Export/files/3.3.5a/CzWoW/CzWoW.lua
- Timestamp:
- Feb 5, 2014, 2:14:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/files/3.3.5a/CzWoW/CzWoW.lua
r779 r784 18 18 text = gsub(text, "^%s+", ""); 19 19 text = gsub(text, "%s+$", ""); 20 text = gsub(text, " ", ""); 20 21 return text; 21 22 end … … 89 90 if Debug then 90 91 if (text == nil) then else 92 print("Or: "..text); 91 93 print("En: "..trim(text)); 92 94 text = DoTranslate(text);
Note:
See TracChangeset
for help on using the changeset viewer.