Translate french error with args #48


  • New
  • Defect
Open
Assigned to _ForgeUser9003995
  • _ForgeUser10454462 created this issue Jun 6, 2014

    What steps will reproduce the problem?

    Translate french get a error

    What version of the product are you using?

    Lasted

    Do you have an error log of what happened?

    [13:35:20 WARN]: Caused by: while scanning for the next token
    found character % '%' that cannot start any token. (Do not use % for indentation)
    in 'string', line 30, column 26:
        game-player-die-killer: '%0% a été tué par %1%!'
                                 ^

    [13:35:20 WARN]:        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:420)
    [13:35:20 WARN]:        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226)
    [13:35:20 WARN]:        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558)
    [13:35:20 WARN]:        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)

  • _ForgeUser10454462 added the tags New Defect Jun 6, 2014
  • _ForgeUser9003995 posted a comment Jun 6, 2014

    I'm not sure, but mabye the system cannot parse the specify charakter Ã? Try to replace it with a normal charakter!

  • _ForgeUser10454462 posted a comment Jun 6, 2014

    @Maker56: Go

    Already try :/ Its not work

  • _ForgeUser10454462 posted a comment Jun 6, 2014

    @Maker56: Go

    My translate paste :)

    http://pastebin.com/01ZwHipd

  • _ForgeUser9003995 posted a comment Jun 7, 2014

    I've found the error. In line 29, there is ' ' at the end. Set it to '. You also have to replace the ' in the next to a space or another charakter.

  • _ForgeUser10454462 posted a comment Jun 7, 2014

    @Maker56: Go

    its fix and dont work :/

  • _ForgeUser9003995 posted a comment Jun 8, 2014

    Can you post your messages.yml again? The file is deleted on pastebin.


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