Ren'Py 8.1 Korean project creation error.

A place to discuss things that aren't specific to any one creator or game.
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
Post Reply
Message
Author
djinius
Newbie
Posts: 11
Joined: Fri Oct 23, 2020 7:42 pm
Contact:

Ren'Py 8.1 Korean project creation error.

#1 Post by djinius »

With Ren'Py 8.1, creating Korean project causes an error.

I've found bugs in 'launcher/game/tl/korean'.

To fix it; fixing options.rpy and screens.rpy is needed.

options.rpy(210 - 213):

Code: Select all

    # gui/game/options.rpy:152
    old "## Icon"
    # Automatic translation.
    new "아이콘 ##"
should be fixed;

Code: Select all

    # gui/game/options.rpy:152
    old "## Icon"
    # Automatic translation.
    new "## 아이콘"
screens.rpy(707 - 710):

Code: Select all

    # gui/game/screens.rpy:1410
    old "## Bubble screen"
    # Automatic translation.
    new "버블 스크린 ##"
should be fixed;

Code: Select all

    # gui/game/screens.rpy:1410
    old "## Bubble screen"
    # Automatic translation.
    new "## 버블 스크린"

Post Reply

Who is online

Users browsing this forum: Bing [Bot]