German lang conflicts with english

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jaredwilli
    New Member
    • Mar 2009
    • 3
    • 3.8.x

    German lang conflicts with english

    Sorry if this is the wrong forum for this thread.

    I installed a german lang pack the other day, but then deleted it. But I noticed that there are some parts that still show up as german.
    Any help for how to fix this would be appreciated.
    Thanks

    Here are some pics of what I mean





  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    Try running one of these queries:

    For MySQL 4.0.x use this query:

    DELETE
    FROM phrase
    USING phrase AS p1
    LEFT JOIN phrase AS p2 ON ( p1.varname = p2.varname
    AND p2.languageid = -1 )
    WHERE p1.languageid =0
    AND p2.languageid IS NOT NULL;


    Or for MySQL 4.1.x and higher, use this query:

    DELETE
    FROM phrase AS p1
    USING phrase AS p1
    LEFT JOIN phrase AS p2 ON ( p1.varname = p2.varname
    AND p2.languageid = -1 )
    WHERE p1.languageid =0
    AND p2.languageid IS NOT NULL;

    Then run this:

    Admin CP -> Languages & Phrases -> Language Manager -> [Rebuild All Languages]
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • jaredwilli
      New Member
      • Mar 2009
      • 3
      • 3.8.x

      #3
      That worked thanks a lot!!

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...