Language Import Problem (urgent)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bulent Tekcan
    Senior Member
    • Feb 2003
    • 1102
    • 4.2.x

    Language Import Problem (urgent)

    Hello

    I upload a translating TR file,but I cannot remove this.Somewhere is EN somewhere is TR now.How can I correct this problem.


    Thanks
  • Bulent Tekcan
    Senior Member
    • Feb 2003
    • 1102
    • 4.2.x

    #2
    How can I reset language and phrases ? Because everywhere is EN and TR language now

    Comment

    • Bulent Tekcan
      Senior Member
      • Feb 2003
      • 1102
      • 4.2.x

      #3
      If I delete phrase and language table in database,than restart upgrade again,is phrase an language OK ?

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        You can remove all custom phrases (thereby reverting all phrases to default) by running this query on your database:

        DELETE FROM phrase WHERE languageid <> -1

        If you use table prefixes then you need to change phrase to include the prefix. Backup first!

        If the problem is with your default phrases then you can restore the original default phrases by uploading the original vbulletin-language.xml file to your install directory and running the Import Language step of an upgrade script... for example:

        http://www.yoursite.com/forum/install/upgrade11.php?step=4

        Comment

        • Bulent Tekcan
          Senior Member
          • Feb 2003
          • 1102
          • 4.2.x

          #5
          Great Thanks

          Comment

          Related Topics

          Collapse

          Working...