Skip to content

Commit

Permalink
Merge pull request #6 from SBT-community/web-interface
Browse files Browse the repository at this point in the history
Web interface
  • Loading branch information
Woit authored Aug 17, 2016
2 parents 2612f6b + e4f46dc commit cad2a6a
Show file tree
Hide file tree
Showing 100 changed files with 1,462 additions and 775 deletions.
4 changes: 2 additions & 2 deletions tools/export_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def add_count(counter, path, value):
def check_translation_length(text):
## 15 height, 36 width
words = checker.split(text)
width = 36
height = 15
width = 35
height = 15 - 1 # First string already taken anyway
for word in words:
wlen = len(word)
if wlen == 0 or is_unprintable.match(word):
Expand Down
1 change: 1 addition & 0 deletions tools/parser_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
".particle": [],
".damage": [],
".statuseffect": [],
".stagehand": ["^radioMessages/[^/]+/(0|2)$"],
".material": [],
".matmod": [],
".npctype": ["^scriptConfig/crew/role/(name|field)$", "^scriptConfig/crew/ranks/[0-9]+$"],
Expand Down
8 changes: 8 additions & 0 deletions translations/substitutions.json
Original file line number Diff line number Diff line change
Expand Up @@ -24505,6 +24505,11 @@
"quests/story/hylotl_mission2.questtemplate": {
"/scriptConfig/descriptions/turnIn": "texts/quests/story/shared__mission2.questtemplate.json"
},
"radiomessages/missions.radiomessages": {
"/avianmission06/senderName": "texts/shared_age/shared_mission.json",
"/tentaclemission-bottom2/senderName": "texts/shared_age/shared_mission.json",
"/tentaclemission-destruction2/senderName": "texts/shared_age/shared_mission.json"
},
"radiomessages/quests.radiomessages": {
"/gaterepair-gateFound1b/senderName": "texts/wide_spread_fields.json",
"/gaterepair-gateOpened2/senderName": "texts/wide_spread_fields.json"
Expand Down Expand Up @@ -24605,6 +24610,9 @@
"/charGenTextLabels/8": "texts/wide_spread_fields.json",
"/charGenTextLabels/9": "texts/species/shared_.species.json"
},
"stagehands/mission/glitchmissionmanager.stagehand": {
"/radioMessages/reinforcements/2": "texts/shared_age/shared_mission.json"
},
"stats/effects/beamburning/beamburning.statuseffect": {
"/label": "texts/stats/effects/shared_burning/shared_burning.statuseffect.json"
},
Expand Down
3 changes: 2 additions & 1 deletion translations/texts/client.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
]
},
"Texts": {
"Eng": "Starbound"
"Eng": "Starbound",
"Rus": "Старбаунд"
}
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"Texts": {
"Eng": "Dear Baron,\n\nI kindly (and for the FINAL TIME) request that you stop proposing legislative edicts. Additionally, I would once again like to make it clear that you are ENTIRELY UNABLE to pass laws.\n\nTo re-state - YOU HAVE NO AUTHORITATIVE POWER. Please, please stop.\n\nSincerely,\nLord President of the Privy Council",
"Rus": "Дорогой Барон,\n\nЯ любезно (и В ПОСЛЕДНИЙ РАЗ) требуют, чтобы Вы прекратили выпуск законодательных актов. Я бы хотел ещё раз напомнить, что Вы НЕ ОБЛАДАЕТЕ СПОСОБНОСТЬЮ выпускать законы.\n\nДля пущей ясности - У ВАС НЕТ АДМИНИСТРАТИВНЫХ ПОЛНОМОЧИЙ. Пожалуйста, прекратите.\n\nС уважением,\nЛорд-президент Тайного Совета."
"Rus": "Дорогой Барон,\n\nЯ любезно (и В ПОСЛЕДНИЙ РАЗ) требую, чтобы Вы прекратили выпуск законодательных актов. Я бы хотел ещё раз напомнить, что Вы НЕ ОБЛАДАЕТЕ СПОСОБНОСТЬЮ выпускать законы.\n\nДля пущей ясности - У ВАС НЕТ АДМИНИСТРАТИВНЫХ ПОЛНОМОЧИЙ. Пожалуйста, прекратите.\n\nС уважением,\nЛорд-президент Тайного Совета."
}
}
]
Loading

0 comments on commit cad2a6a

Please sign in to comment.