Add French localization

pull/594/head
ChrisAdderley 5 years ago
parent d35b8da655
commit bc98f78479

@ -0,0 +1,46 @@
// Courtesy of Challyss of the KSP forums
Localization
{
fr-fr
{
#LOC_Restock_variant-engine_size0 = 0.625m
#LOC_Restock_variant-engine_size1 = 1.25m
#LOC_Restock_variant-engine_size2 = 2.5m
#LOC_Restock_variant-engine_size3 = 3.75m
#LOC_Restock_variant-engine_compact = Compact
#LOC_Restock_variant-engine_radial = Radial
#LOC_Restock_variant-engine_boattail = Caréné
#LOC_Restock_variant-mounting_truss = Treillis
#LOC_Restock_variant-mounting_compact = Compact
#LOC_Restock_variant-antenna_size0 = 0.625m
#LOC_Restock_variant-antenna_size1 = 1.25m
#LOC_Restock_variant-antenna_truss = Treillis
#LOC_Restock_variant-antenna_compact = Compact
#LOC_Restock_variant-antenna_radial = Radial
#LOC_Restock_variant-antenna_radial_reverse = Radial (Inversé)
#LOC_Restock_variant-antenna_axial = Axial
#LOC_Restock_variant-antenna_axial_reverse = Axial (Inversé)
#LOC_Restock_variant-surface_metal = Métal
#LOC_Restock_variant-service-bay-opaque = Bases pleines
#LOC_Restock_variant-service-bay-transparent = Bases treillis
#LOC_Restock_variant-service-bay-hollow = Bases vides
#LOC_Restock_variant-heat-shield-black = Noir
#LOC_Restock_variant-heat-shield-brown = Classique
#LOC_Restock_variant-heat-shield-red = Brut
#LOC_Restock_variant-linear-rcs-pod = Caréné
#LOC_Restock_variant-linear-rcs-bare = Nu
#LOC_Restock_variant-stayputnik-pod = Support
#LOC_Restock_variant-stayputnik-bare = Sans support
#LOC_Restock_variant-probe-gold = Doré
#LOC_Restock_variant-probe-silver = Argenté
#LOC_Restock_variant-probe-bare = Basique
}
}

@ -5,12 +5,13 @@
- Fixed flag transform on Mk1 lander can (#558)
- Adaptations for stock 1.7 changes
- Propagated legacy patches for 1.6-era parts into a Legacy folder
- New base model for Twitch
- New base model for Twitch
- New variants for Twitch with 1.6-era Restock podded model
- Tuned colliders, pivots of parts to line up with 1.7-era parts
- Plugin improvements:
- Warn user if Restock is installed in the wrong location
- Warn user if old 1.25m tank directories are detected
- Added French localization of Restock strings (thanks Challyss)
v0.1.3
------

@ -78,6 +78,7 @@ LOCALIZATION
This mod primarily uses vanilla-provided localization, but for additional strings, it provides localization support for the following languages:
- English
- German (woeller)
- French (Challyss
=========
LICENSING

Loading…
Cancel
Save