-
Notifications
You must be signed in to change notification settings - Fork 7
mst_ship
mst_ship.xml
(Done, Works): ships.json
Defines the ship names. Yomi doesn't need to be changed: it in fact can help basic Japanese readers.
Three new enemy ships are unique to Kancolle Vita and had to be translated anew: Armored Carrier Demon, Armored Carrier Princess, Canal Princess.
See here for an implementation of a KC3 translation matcher: https://github.com/BASLQC/kc-vita-translation/blob/master/translate.py#L15
-
dict['mst_ship_data']['mst_ship'][0]
- Iterate through dict, first replace改
withKai
and二
with Ni, then split string by space and take first item (name) as key againstships.json
, then place translation in it's place. Leave Yomi untranslated.
First, kai, A, B, and zwei and whatever crap need to be filtered out with regex replace 改二
.
Next, the way I did it was to use the ship name as key and the translation as value. This way, I can simply input the ship's name, after seperating the XML name by space (causes two exceptions: Graf Zeppelin and Prinz Eugen, which are handled manually due to their spaced names)
Bibliotheca Anonoma Software Liquidation Commission
- Home
- To Do
- Repositories
- Compilation Process
- Installation Process - How to get the translation files on your Vita and in the Kancolle game.
- Non Translation XMLs - No translation necessary for these, just stats.
- Graphical Assets - Images, UI, etc.
- Glossary - Dictionary for Localizations
You will need commit access to our repository to contribute directly. But if you don't, you can fork our repository, then submit a pull request.
Matching with KC3 is done to make use of their existing multilanguage translations. Some differences have to be mitigated.
- (Done) Ships
mst_ship.xml
- (Done) Equipment
mst_slotitem.xml
- (Done) Enemy Ship Types
mst_stype.xml
- (Done) Quotes
mst_shiptext.xml
-
Quests
mst_quest.xml
-
Map Names
mst_maparea.xml
-
Map Stages
mst_mapinfo.xml
-
Map Stages
-
Expeditions
mst_mission2.xml
-
Store Items
mst_payitem.xml
-
Store Item Descriptions
mst_payitemtext.xml
-
Store Item Descriptions
-
Ship Classes
mst_ship_class.xml
-
Equipment Descriptions
mst_slotitemtext.xml
-
Consumable Items
mst_useitem.xml
-
Consumable Item Descriptions
mst_useitemtext.xml
-
Map Enemies
mst_mapenemy/
(folder) -
Equipment Types
mst_slotitem_equiptype.xml
-
BGM Names (Jukebox)
mst_bgm_jukebox.xml
-
BGM Names
mst_bgm.xml
-
Furniture
mst_furniture.xml
-
Furniture Descriptions
mst_furnituretext.xml