OzoneAsai commited on
Commit
e82d3b1
1 Parent(s): 536cc4d

Update translation_data.py

Browse files
Files changed (1) hide show
  1. translation_data.py +2 -3
translation_data.py CHANGED
@@ -1290,7 +1290,7 @@ translation_dict_A.update({
1290
  "你喜欢做饭吗?": "料理をするのが好きですか?",
1291
  "是的,我喜欢做中餐": "はい、中華料理を作るのが好きです",
1292
  # ... (Continue adding up to 98 entries)
1293
- }
1294
 
1295
  # Example: Extending translation_dict_F with more entries
1296
  translation_dict_F.update({
@@ -1393,5 +1393,4 @@ translation_dict_F.update({
1393
  "请给我一件无袖衫": "ノースリーブのシャツを一着ください",
1394
  "我需要一些特价商品": "特価商品が必要です",
1395
  "请给我一件新的外套": "新しいコートを一着ください",
1396
- # ... (Continue adding up to 98 entries)
1397
- }
 
1290
  "你喜欢做饭吗?": "料理をするのが好きですか?",
1291
  "是的,我喜欢做中餐": "はい、中華料理を作るのが好きです",
1292
  # ... (Continue adding up to 98 entries)
1293
+ })
1294
 
1295
  # Example: Extending translation_dict_F with more entries
1296
  translation_dict_F.update({
 
1393
  "请给我一件无袖衫": "ノースリーブのシャツを一着ください",
1394
  "我需要一些特价商品": "特価商品が必要です",
1395
  "请给我一件新的外套": "新しいコートを一着ください",
1396
+ })