r203-alpha locale errors #80


Closed
Assigned to sorha2
  • transitbus created this issue Nov 24, 2016

    SorhaQuestLog\Locales\Locale-deDE.lua:35: unexpected symbol near '='
    SorhaQuestLog\Locales\Locale-frFR.lua:31: unexpected symbol near '='
    SorhaQuestLog\Locales\Locale-koKR.lua:35: unexpected symbol near '='
    SorhaQuestLog\Locales\Locale-zhCN.lua:33: unexpected symbol near '='
    SorhaQuestLog\Locales\Locale-zhTW.lua:35: unexpected symbol near '='

  • transitbus posted a comment Nov 24, 2016

    Solution is for those 5 files, change

     

    this

     

    L[=[

     

    to this

     

    L[ [=[

     

    and this

     

    ]=] =

     

    to this

     

    ]=] ] =

     


    Edited Nov 24, 2016
  • Sorha2 posted a comment Nov 24, 2016

    Grr, not sure how to go about that one, might be the packager derping. Has been a few teething issues as the folks move to the new system.
    Those files are all handled by the curse site to pull in everything people put in the localisation system here.

     

    My local deDE is only like this :(

    local L = LibStub("AceLocale-3.0"):NewLocale("SorhaQuestLog", "deDE")
    if not L then return end
    --@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="english")@ 

     


    Edited Nov 24, 2016
  • Sorha2 closed issue Sep 15, 2017
  • Sorha2 self-assigned this issue Sep 15, 2017

To post a comment, please login or register a new account.