forked from Railcraft/Railcraft-Localization
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocalization_reformat.txt
More file actions
24 lines (19 loc) · 906 Bytes
/
localization_reformat.txt
File metadata and controls
24 lines (19 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Program Used:
https://sites.google.com/site/regexreplace/
Options File:
regex_rules.txt
Command Line:
rxrepl -f .\en_US.lang -a -m line -e utf8 --output-encoding utf8 --no-bom --options ..\..\..\regex_rules.txt --no-backup
- OR -
>rxrepl -D . -I *.lang -a -m line -e utf8 --output-encoding utf8 --no-bom --options ..\..\..\regex_rules.txt --no-backup
New Tags:
railcraft.gui.ic2.energy.rate=Rate: %.2f
railcraft.gui.detector.train.size=Train Size = %d
tile.railcraft.anvil.slightlyDamaged.name=Slightly Damaged Anvil
tile.railcraft.anvil.veryDamaged.name=Very Damaged Anvil
Todo:
Item Detector Tool Tips
Animal Detector Localization/Rewrite
Mob Detector Localization/Rewrite
Notes:
Language inheritance system is gone. I'm not really aware of a simple way to reimplement it in the framework of the vanilla localization library. Child languages will require their own files for the moment.