Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localization - Master #10

Open
14 of 40 tasks
zer0Kerbal opened this issue Dec 30, 2021 · 2 comments
Open
14 of 40 tasks

Localization - Master #10

zer0Kerbal opened this issue Dec 30, 2021 · 2 comments
Assignees
Labels
type: localization related to localization and translations

Comments

@zer0Kerbal
Copy link
Owner

zer0Kerbal commented Dec 30, 2021

From Localization created by zer0Kerbal: zer0Kerbal/Localization#2

Localization - Master

🎏
🇺🇸 🇪🇸 🇫🇷 🇮🇹 🇧🇷 🇷🇺 🇩🇪 🇨🇳 🇯🇵 🇰🇷 🇳🇴 🇸🇪

Documentation

  • Readme 🔢
  • release.md 🧾

GitHub

  • Project: Localization
  • copy issues from zer0Kerbal/Localization
  • assign to zer0Kerbal
  • assign projects (user and repo)
  • assign label: localization
  • assign label: help-wanted
  • assign milestone: Localization

CODE

  • using KSP.Localizer;
  • settings.cs
  • remainder of code

GameData

Update Social Media

  • CurseForge
  • CKAN
  • Forum
  • GitHub
  • Patreon
  • Reddit
  • SpaceDock

Wiki

  • Create localization list

These localizations for KSP and its DLC's are available through Steam:

Included just in case

@zer0Kerbal zer0Kerbal added help wanted assistance, help, input solicited localization labels Dec 30, 2021
@zer0Kerbal zer0Kerbal self-assigned this Mar 16, 2022
@settings settings bot removed the localization label Mar 16, 2022
@zer0Kerbal zer0Kerbal added this to the Localization - Master milestone Mar 16, 2022
@zer0Kerbal zer0Kerbal added the type: localization related to localization and translations label Mar 16, 2022
zer0Kerbal added a commit that referenced this issue Mar 21, 2022
### Localization

* [Agents.cfg]
  * update
  * localize
* closes #11 - Localization - English (United States) <en-us.cfg>
* updates #10 - Localization - Master

### Parts

* Stage I
  * combine multiple versions into one
* [tag] --> [tags]
* [drm-atlas-inter.cfg]
  * [category]
  * [vesselType]
* [drm-cabin-bay.cfg]
  * [mass] was 0.7, now 2.0
  * [maxTemp] now 3400, was 4400
* [drm-cabin-nobay.cfg]
* [drm-decoupler.cfg]
  * Update
    * [category] was Structural, now is Coupling
    * [maximum_drag] was = 0.02, now is 0.2
    * [minimum_drag] was = 0.0, now is 0.2
    * [angularDrag] was = 1, now is 2
    * [crashTolerance] = 6, was 15
    * [breakingForce] = 150, was 20000
    * [breakingTorque] = 150, was 20000
    * [maxTemp] = 2000, was 3400
    * [mass] = 0.05, was 0.1]
  * Add
    * [bulkheadProfiles] = size1 - This might not be correct
    * [ModuleDecouple]
      * [isOmniDecoupler] = false
    * [ModuleToggleCrossfeed]
    * [ModuleTestSubject]

### Compatibility

* Rename Patches --> Compatibility
* Headers/Footers
* adjust :NEEDS
* adjust :FOR
* linting
* [RPM.cfg] --> [RasterPropMonitor.cfg]  v1.0.0.0
* [ODFC.cfg] -- [OnDemandFuelCells.cfg]  v1.0.1.0
* [FAR-NEAR.cfg] -- [FerramAerospaceResearch.cfg] v1.0.0.0
* Create
  * thank you @FuryFire2004
    * [MechJeb.cfg] v1.0.0.0
    * [HullCamVDS.cfg] v1.0.0.0
    * [ConnectedLivingSpace.cfg] v1.0.0.0
  * [FireSpitter.cfg] v1.0.0.0
* closes #56 - [Request]: patch for HullCameraVDS
* closes #57 - [Request]: patch for ConnectedLivingSpaces (CLS)
* closes #58 - [Request]: patch for MechJeb (MJ)
* closes #61 - [Request]: patch for FireSpitter (FS)

Co-Authored-By: artwhaley <[email protected]>
@zer0Kerbal zer0Kerbal mentioned this issue Mar 21, 2022
zer0Kerbal added a commit that referenced this issue Mar 21, 2022
# Passes on parts 

* to remove duplicates
* localize parts and agent
### Localization

* [Agents.cfg]
  * update
  * localize
* closes #11 - Localization - English (United States) <en-us.cfg>
* updates #10 - Localization - Master

### Parts

* Stage I
  * combine multiple versions into one
* [tag] --> [tags]
* [drm-atlas-inter.cfg]
  * [category] 
  * [vesselType]
* [drm-cabin-bay.cfg]
  * [mass] was 0.7, now 2.0
  * [maxTemp] now 3400, was 4400
* [drm-cabin-nobay.cfg]
* [drm-decoupler.cfg]
  * Update
    * [category] was Structural, now is Coupling
    * [maximum_drag] was = 0.02, now is 0.2
    * [minimum_drag] was = 0.0, now is 0.2
    * [angularDrag] was = 1, now is 2
    * [crashTolerance] = 6, was 15
    * [breakingForce] = 150, was 20000
    * [breakingTorque] = 150, was 20000
    * [maxTemp] = 2000, was 3400
    * [mass] = 0.05, was 0.1]
  * Add
    * [bulkheadProfiles] = size1 - This might not be correct
    * [ModuleDecouple]
      * [isOmniDecoupler] = false
    * [ModuleToggleCrossfeed]
    * [ModuleTestSubject]

### Compatibility

* Rename Patches --> Compatibility
* Headers/Footers
* adjust :NEEDS
* adjust :FOR
* linting
* [RPM.cfg] --> [RasterPropMonitor.cfg]  v1.0.0.0
* [ODFC.cfg] -- [OnDemandFuelCells.cfg]  v1.0.1.0
* [FAR-NEAR.cfg] -- [FerramAerospaceResearch.cfg] v1.0.0.0
* Create
  * thank you @FuryFire2004
    * [MechJeb.cfg] v1.0.0.0
    * [HullCamVDS.cfg] v1.0.0.0
    * [ConnectedLivingSpace.cfg] v1.0.0.0
  * [FireSpitter.cfg] v1.0.0.0
* closes #56 - [Request]: patch for HullCameraVDS
* closes #57 - [Request]: patch for ConnectedLivingSpaces (CLS)
* closes #58 - [Request]: patch for MechJeb (MJ)
* closes #61 - [Request]: patch for FireSpitter (FS)
@zer0Kerbal zer0Kerbal pinned this issue Mar 21, 2022
@FuryFire2004
Copy link
Contributor

FuryFire2004 commented Mar 21, 2022

this is nowhere close to ready judging by my playtesting, the iva is broken half the nodes dont work rear docking port broken lift is too high ect. we need to fix the parts

@zer0Kerbal
Copy link
Owner Author

this is nowhere close to ready judging by my playtesting, the iva is broken half the nodes dont work rear docking port broken lift is too high ect. we need to fix the parts

this has nothing to do with localization. Please move it to discussions.

@zer0Kerbal zer0Kerbal removed the help wanted assistance, help, input solicited label Feb 4, 2023
@zer0Kerbal zer0Kerbal mentioned this issue Feb 10, 2023
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: localization related to localization and translations
Projects
None yet
Development

No branches or pull requests

2 participants