Changeset 99


Ignore:
Timestamp:
Feb 15, 2009, 2:05:27 PM (16 years ago)
Author:
george
Message:
  • Přidáno: WoW Model Edit Fix pro funkčnost vyřazení kontroly MPQ souborů.
  • Přidáno: Originální překládací addon RuWoW.
  • Opraveno: U exportu textů addonu jsou na konci textu odstraňovány mezery.
Location:
trunk
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/addon/make.php

    r89 r99  
    116116      while($Line = mysql_fetch_array($DbResult))
    117117          {
    118         $en = ReplaceEnText($Line['Original']); 
     118        $en = trim(ReplaceEnText($Line['Original'])); 
    119119        $cz = ReplaceCzText($Line['Translation']);
    120120        if(($en <> '') and ($cz <> ''))
Note: See TracChangeset for help on using the changeset viewer.