From 418cca075f7df76b40a7e80c3227a48b356e7ca3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 17 Nov 2010 18:15:27 +0000 Subject: (svn r21222) -Codechange: unify some string drawing and make it use the proper infrastructure for that... --- src/lang/simplified_chinese.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lang/simplified_chinese.txt') diff --git a/src/lang/simplified_chinese.txt b/src/lang/simplified_chinese.txt index eff5b23e7..78b59589e 100644 --- a/src/lang/simplified_chinese.txt +++ b/src/lang/simplified_chinese.txt @@ -165,12 +165,12 @@ STR_ABBREV_NONE :{TINYFONT}无 STR_ABBREV_ALL :{TINYFONT}全 # 'Mode' of transport for cargoes -STR_PASSENGERS :旅客 -STR_BAGS :邮件 -STR_TONS :英吨 -STR_LITERS :升 -STR_ITEMS :件 -STR_CRATES :件 +STR_PASSENGERS :{COMMA} 旅客 +STR_BAGS :{COMMA} 邮件 +STR_TONS :{COMMA} 英吨 +STR_LITERS :{COMMA} 升 +STR_ITEMS :{COMMA} 件 +STR_CRATES :{COMMA} 件 STR_GAME_OPTIONS_RESOLUTION_OTHER :其他 # Colours, do not shuffle -- cgit v1.2.3-54-g00ecf