Skip to content

Commit

Permalink
Localization support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrossignol committed Aug 16, 2020
1 parent ee202f6 commit 09d3b5b
Show file tree
Hide file tree
Showing 139 changed files with 1,826 additions and 1,103 deletions.
6 changes: 5 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Contract Configurator 1.30.0
- Recompile against KSP 1.10.1.
- Support all size classes up to I in SpawnVessel.
- Localization support.
- Partial translation for Chinese Simplified (thanks tinygrox).
- Support all tracking station object size classes up to I in SpawnVessel.
- Allow apostrophe in AgentParser, fixes Kerbin-Side Jobs.
- Improved some validation in Requirement nodes to throw certain errors at contract validation time instead of at run-time.

Contract Configurator 1.29.0
- Recompile against KSP 1.9.1.
Expand Down
6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/Agencies/ARM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
CONTRACT_DEFINITION
{
name = ARMContract
displayName = Asteroid Recovery
displayName = #cc.agency.AsteroidRecovery.name
agent = Asteroid Recovery
}

AGENT
{
name = Asteroid Recovery
title = Asteroid Recovery
title = #cc.agency.AsteroidRecovery.name

description = We buy asteroids! With asteroid prices so high, now is an excellent time to sell your unused scrap asteroids.
description = #cc.agency.AsteroidRecovery.desc

logoURL = ContractConfigurator/Agencies/ARM
logoScaledURL = ContractConfigurator/Agencies/ARM_scaled
Expand Down
6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/Agencies/Base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
CONTRACT_DEFINITION
{
name = BaseContract
displayName = Base Construction
displayName = #cc.agency.BaseConstruction.name
agent = Base Construction
}

AGENT
{
name = Base Construction
title = Base Construction
title = #cc.agency.BaseConstruction.name

description = Creating bases elsewhere in the solar system may be our solution to overpopulation.
description = #cc.agency.BaseConstruction.desc

logoURL = ContractConfigurator/Agencies/Base
logoScaledURL = ContractConfigurator/Agencies/Base_scaled
Expand Down
6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/Agencies/CollectScience.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
CONTRACT_DEFINITION
{
name = CollectScience
displayName = Collect Science
displayName = #cc.agency.CollectScience.name
agent = Collect Science
}

AGENT
{
name = Collect Science
title = Collect Science
title = #cc.agency.CollectScience.name

description = Wernher has a checklist, and it's up to you to fill it. With SCIENCE.
description = #cc.agency.CollectScience.desc

logoURL = ContractConfigurator/Agencies/CollectScience
logoScaledURL = ContractConfigurator/Agencies/CollectScience_scaled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
AGENT
{
name = Contract Configurator
title = Contract Configurator
title = #cc.agency.ContractConfigurator.name

description = This is the default agency for Contract Configurator contracts. If you're seeing this, it's because the author of the contract didn't specify an agency!
description = #cc.agency.ContractConfigurator.desc

logoURL = ContractConfigurator/Agencies/ContractConfigurator
logoScaledURL = ContractConfigurator/Agencies/ContractConfigurator_scaled
Expand Down
10 changes: 5 additions & 5 deletions GameData/ContractConfigurator/Agencies/DMOS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
CONTRACT_DEFINITION
{
name = DMAnomalyContract
displayName = Anomalies
displayName = #cc.agency.Anomalies.name
agent = DMagic
}

CONTRACT_DEFINITION
{
name = DMAsteroidSurveyContract
displayName = Asteroid Survey
displayName = #cc.agency.AsteroidSurvey.name
agent = DMagic
}

CONTRACT_DEFINITION
{
name = DMMagneticSurveyContract
displayName = Magnetic Survey
displayName = #cc.agency.MagneticSurvey.name
agent = DMagic
}

CONTRACT_DEFINITION
{
name = DMReconContract
displayName = Reconnaisance Survey
displayName = #cc.agency.ReconnaisanceSurvey.name
agent = DMagic
}

CONTRACT_DEFINITION
{
name = DMSurveyContract
displayName = Orbital Survey
displayName = #cc.agency.OrbitalSurvey.name
agent = DMagic
}

6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/Agencies/Explore.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
CONTRACT_DEFINITION
{
name = ExplorationContract
displayName = Exploration
displayName = #cc.agency.Exploration.name
agent = Exploration
}

AGENT
{
name = Exploration
title = Exploration
title = #cc.agency.Exploration.name

description = What drives a Kerbal to push their limits and explore new boundaries? These contracts.
description = #cc.agency.Exploration.desc

logoURL = ContractConfigurator/Agencies/Explore
logoScaledURL = ContractConfigurator/Agencies/Explore_scaled
Expand Down
6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/Agencies/FlagPlanting.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
CONTRACT_DEFINITION
{
name = PlantFlag
displayName = Flag Planting
displayName = #cc.agency.FlagPlanting.name
agent = Flag Planting
}

AGENT
{
name = Flag Planting
title = Flag Planting
title = #cc.agency.FlagPlanting.name

description = The celestial bodies of our solar system are lacking in flags. We NEED more flags!
description = #cc.agency.FlagPlanting.desc

logoURL = ContractConfigurator/Agencies/FlagPlanting
logoScaledURL = ContractConfigurator/Agencies/FlagPlanting_scaled
Expand Down
7 changes: 3 additions & 4 deletions GameData/ContractConfigurator/Agencies/GrandTour.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
CONTRACT_DEFINITION
{
name = GrandTour
displayName = Grand Tours
displayName = #cc.agency.GrandTours.name
agent = Grand Tours
}


AGENT
{
name = Grand Tours
title = Grand Tours
title = #cc.agency.GrandTours.name

description = Join the space program, see the solar system!
description = #cc.agency.GrandTours.desc

logoURL = ContractConfigurator/Agencies/GrandTour
logoScaledURL = ContractConfigurator/Agencies/GrandTour_scaled
Expand Down
6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/Agencies/ISRU.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
CONTRACT_DEFINITION
{
name = ISRUContract
displayName = ISRU
displayName = #cc.agency.ISRU.name
agent = ISRU
}

AGENT
{
name = ISRU
title = ISRU
title = #cc.agency.ISRU.name

description = We've got client who would like you to get some ore and move it to another celestial body. Think you're up for it?
description = #cc.agency.ISRU.desc

logoURL = ContractConfigurator/Agencies/ISRU
logoScaledURL = ContractConfigurator/Agencies/ISRU_scaled
Expand Down
6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/Agencies/PartTest.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
CONTRACT_DEFINITION
{
name = PartTest
displayName = Part Testing
displayName = #cc.agency.PartTesting.name
agent = Part Testing
}

AGENT
{
name = Part Testing
title = Part Testing
title = #cc.agency.PartTesting.name

description = So here's the deal: we have a bunch of parts, and we'd like to make spaceships out of them. But we're really not all that sure if they are space-worthy. So if you could bring them up into space and test them out, that'd be greaaaaaat.
description = #cc.agency.PartTesting.desc

logoURL = ContractConfigurator/Agencies/PartTest
logoScaledURL = ContractConfigurator/Agencies/PartTest_scaled
Expand Down
6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/Agencies/Rescue.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
CONTRACT_DEFINITION
{
name = RecoverAsset
displayName = Rescue and Recovery
displayName = #cc.agency.RescueAndRecovery.name
agent = Rescue and Recovery
}

AGENT
{
name = Rescue and Recovery
title = Rescue and Recovery
title = #cc.agency.RescueAndRecovery.name

description = Sometimes Kerbals go to space and forget to come back. These are their stories.
description = #cc.agency.RescueAndRecovery.desc

logoURL = ContractConfigurator/Agencies/Rescue
logoScaledURL = ContractConfigurator/Agencies/Rescue_scaled
Expand Down
6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/Agencies/Satellite.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
CONTRACT_DEFINITION
{
name = SatelliteContract
displayName = Satellites
displayName = #cc.agency.Satellites.name
agent = Satellites
}

AGENT
{
name = Satellites
title = Satellites
title = #cc.agency.Satellites.name

description = Everything satellites! We need more satellites - orbiting every celestial body. Already have a satellite? We need it in a different orbit!
description = #cc.agency.Satellites.desc

logoURL = ContractConfigurator/Agencies/Satellites
logoScaledURL = ContractConfigurator/Agencies/Satellites_scaled
Expand Down
6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/Agencies/Stations.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
CONTRACT_DEFINITION
{
name = StationContract
displayName = Stations
displayName = #cc.agency.Stations.name
agent = Stations
}

AGENT
{
name = Stations
title = Stations
title = #cc.agency.Stations.name

description = Build orbital stations for great prestige!
description = #cc.agency.Stations.desc

logoURL = ContractConfigurator/Agencies/Stations
logoScaledURL = ContractConfigurator/Agencies/Stations_scaled
Expand Down
6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/Agencies/Surveys.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
CONTRACT_DEFINITION
{
name = SurveyContract
displayName = Surveys
displayName = #cc.agency.Surveys.name
agent = Surveys
}

AGENT
{
name = Surveys
title = Surveys
title = #cc.agency.Surveys.name

description = We would like you to go places. Specific places.
description = #cc.agency.Surveys.desc

logoURL = ContractConfigurator/Agencies/Survey
logoScaledURL = ContractConfigurator/Agencies/Survey_scaled
Expand Down
6 changes: 3 additions & 3 deletions GameData/ContractConfigurator/Agencies/Tourism.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
CONTRACT_DEFINITION
{
name = TourismContract
displayName = Tourism
displayName = #cc.agency.Tourism.name
agent = Tourism
}

AGENT
{
name = Tourism
title = Tourism
title = #cc.agency.Tourism.name

description = Our clients have their tropical shirts ready, hopefully you'll be able to drop them off somewhere sunny when they've finished their itinerary.
description = #cc.agency.Tourism.desc

logoURL = ContractConfigurator/Agencies/Tourism
logoScaledURL = ContractConfigurator/Agencies/Tourism_scaled
Expand Down
Binary file modified GameData/ContractConfigurator/CC_RemoteTech.dll
Binary file not shown.
Binary file modified GameData/ContractConfigurator/ContractConfigurator.dll
Binary file not shown.
Binary file modified GameData/ContractConfigurator/KerKonConConExt.dll
Binary file not shown.
Loading

0 comments on commit 09d3b5b

Please sign in to comment.