koKR localization #130


  • Fixed
  • Other
Closed
Assigned to _ForgeUser65911
  • akazamzarak created this issue Mar 15, 2010

    in Grid2\locales\koKR.lua and Grid2Options\locales\koKR.lua

    from:
    L["Beast"] = "야수형"
    L["Demon"] = "악마형"
    L["Humanoid"] = "인간형"
    L["Elemental"] = "정령형"

    to:
    L["Beast"] = "야수"
    L["Demon"] = "악마"
    L["Humanoid"] = "인간형"
    L["Elemental"] = "정령"

    ----
    I think 'Grid2Options\GridStatues.lua' should be fixed.
    around line #596

    from:
    local c = status.dbx.colors[type]

    to:
    local c = status.dbx.colors[type] or status.dbx.colors[L[type]]

  • akazamzarak added the tags New Other Mar 15, 2010
  • akazamzarak posted a comment Mar 15, 2010

    Can I have the authorization to commit koKR localization and some other files?

  • _ForgeUser65911 unassigned issue from _ForgeUser117147 Mar 15, 2010
  • _ForgeUser65911 self-assigned this issue Mar 15, 2010
  • _ForgeUser65911 posted a comment Mar 15, 2010

    Absolutely, the repository is open. Anything submitted via svn creates the next alpha version. I think I finally fixed the code issue correctly as well.


    Edited Mar 15, 2010
  • _ForgeUser65911 removed a tag New Mar 15, 2010
  • _ForgeUser65911 added a tag Fixed Mar 15, 2010
  • _ForgeUser65911 closed issue Mar 15, 2010

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