List of new phrases in 3.6?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • renep
    Senior Member
    • Aug 2005
    • 596
    • 3.8.x

    List of new phrases in 3.6?

    "Find Updated Phrases" to find phrases that have changed is great. Is there also a clever way to find new phrases in 3.6?

    This would help all translators to update their language pack for 3.6.
    "The lurking suspicion that something could be simplified is the world's richest source of rewarding challenges"
    - Edsger Dijkstra
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    No sorry, there is no option to do this. I suggest posting this in the Suggestions forum here:

    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

    • renep
      Senior Member
      • Aug 2005
      • 596
      • 3.8.x

      #3
      Ok, thanks.
      "The lurking suspicion that something could be simplified is the world's richest source of rewarding challenges"
      - Edsger Dijkstra

      Comment

      • Steve F
        Member
        • May 2005
        • 61
        • 3.5.x

        #4
        Originally posted by renep
        "Find Updated Phrases" to find phrases that have changed is great. Is there also a clever way to find new phrases in 3.6?

        This would help all translators to update their language pack for 3.6.
        You would need to use an application to compare the old and new xml files (vbulletin-language.xml).

        Would be nice to see a "Find New Phrases" feauture, indeed.

        Comment

        • Marco van Herwaarden
          Senior Member
          • Nov 2004
          • 6999
          • 3.8.x

          #5
          No garantuee that it is complete, but you could list them with one of the following queries:

          New in vB3.6.0 Final only:
          Code:
          SELECT varname
          FROM phrase
          WHERE version = '3.6.0'
          AND languageid = -1;
          New since vB3.5:
          Code:
          SELECT varname
          FROM phrase
          WHERE version LIKE '3.6.0%'
          AND languageid = -1;
          Please note that it is possible that you will also get some updated phrases like this.
          Want to take your board beyond the standard vBulletin features?
          Visit the official Member to Member support site for vBulletin Modifications: www.vbulletin.org

          Comment

          • renep
            Senior Member
            • Aug 2005
            • 596
            • 3.8.x

            #6
            Ah yes, thanks Marco
            "The lurking suspicion that something could be simplified is the world's richest source of rewarding challenges"
            - Edsger Dijkstra

            Comment

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