-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added further localization for updated recipes with scrap-metal
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#This was created manually but actually servers the same intend | ||
#Adding scrap-metal as output to several recipes screws up localization | ||
#Therefore these recipes need to specifically define their text | ||
|
||
[recipe-name] | ||
pulverizer=Измельчитель | ||
electric-incinerator=Электрический мусоросжигатель | ||
|
||
[recipe-description] | ||
pulverizer=Может распылить руду, и выплавить их с высокой чистотой | ||
electric-incinerator=Может сжечь что угодно до тла |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#This was created manually but actually servers the same intend | ||
#Adding scrap-metal as output to several recipes screws up localization | ||
#Therefore these recipes need to specifically define their text | ||
|
||
[recipe-name] | ||
pulverizer=研磨机 | ||
electric-incinerator=电焚烧炉 | ||
|
||
[recipe-description] | ||
pulverizer=将矿石磨成提纯的矿粉 | ||
electric-incinerator=把任何东西都烧成灰 |