Open akamotaco opened 7 years ago
p{margin-top:0;margin-bottom:0}
I added empty new line in the files using github editor and push new pushed 'New pull request'.Please check these.Thanks.
--------- 원본 메일 ---------
보낸사람: Roman Kukharuk <notifications@github.com>
받는사람: superpowers/superpowers-game <superpowers-game@noreply.github.com>
참조: akamotaco <krad@hanmir.com>, Author <author@noreply.github.com>
날짜: 17.09.29 14:53 GMT +0900
제목: Re: [superpowers/superpowers-game] Korean locale files (#180)
@kyxap requested changes on this pull request.
Please add empty line for each file, thanks
In plugins/default/arcadePhysics2D/public/locales/ko/componentEditors.json:
- "type": "형태",
- "typeOptions": {
- "box": "사각형",
- "tileMap": "타일맵"
- },
- "movable": "이동 가능",
- "size": "크기",
- "offset": "오프셋",
- "bounce": "바운스",
- "tileMap": "타일맵",
- "tileSetProperty": "타일셋 속성",
- "layers": "레이어"
- } +}
You forgot to add new line to the of the file (blank)
In plugins/default/cubicModel/public/locales/ko/componentEditors.json:
@@ -0,0 +1,6 @@ +{
- "CubicModelRenderer": {
- "label": "큐빅 모델 출력기",
- "cubicModel": "큐빅 모델"
- } +}
Same here ^
In plugins/default/cubicModel/public/locales/ko/cubicModelEditor.json:
- "show": "보이기"
- },
- "inspector": {
- "position": "위치",
- "orientation": "방향",
- "shape": "쉐입",
- "shapeType": "형태",
- "shapeOptions": {
- "box": "상자"
- },
- "offset": "오프셋",
- "size": "크기",
- "stretch": "늘이기"
- }
- } +}
And for each file
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
These file is Korean script file for Superpowers-core. I hope it will be help to korean developers.
Thanks.