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 #11

Open
24 of 49 tasks
zer0Kerbal opened this issue Mar 12, 2022 · 0 comments
Open
24 of 49 tasks

Localization - Master #11

zer0Kerbal opened this issue Mar 12, 2022 · 0 comments
Assignees
Labels
type: localization related to localization and translations

Comments

@zer0Kerbal
Copy link
Owner

zer0Kerbal commented Mar 12, 2022

Localization - Master

Localization - Master

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

GitHub

  • Create Repo:
    • Project: Localization
    • Milestones (automated)
    • Issues (automated)
  • assign
    • zer0Kerbal
    • User Localization Project
    • Repo Localization Project
    • Label: localization
    • Label: help-wanted
    • Milestone: (User) Localization
    • Milestone: (Project) Localization - Master

GameData

Code Localization

  • settings
  • GUI
  • screen
  • PAW
  • InstallChecker
  • ?

Documentation

  • Update [readme.md] 🔢
  • Update [release.md] 🧾

Wiki

  • Create docs/[localization.md]

Update Social Media

  • GitHub (automated) (zer0Kerbal/zer0Kerbal)
  • CurseForge
  • Reddit
  • Twitter @zer0Kerbal
  • Forum
  • Patreon
  • SpaceDock
  • CKAN (automated)

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

  • American English American English <us-en.cfg>
  • Deutsch German (Deutsch) <de.cfg>
  • Français French (Français) <fr-fr.cfg>
  • Italiano Italian (Italiano) <it-it.cfg>
  • Español Spanish (Español) <es-es.cfg>
  • 简体中文 Simplified Chinese (简体中文) <zh-cn.cfg>
  • Русский Russian (Русский) <ru.cfg>
  • 日本語 Japanese(日本語) <ja.cfg>
  • Português Brasil Brazilian Portuguese (Português Brasil) <pt-br.cfg>

Included just in case

  • 한국어 Korean (한국어) <ko.cfg>
  • Mexicano Mexican Spanish (Mexicano) <es-mx.cfg>
  • Dutch Dutch (Nederlands) <nl-nl.cfg>
  • Norsk Norwegian (Norsk) <no-no.cfg>
  • Polski Polish (Polski)] <pl.cfg>
  • Svenska Swedish (Svenska) <sw-sw.cfg>
  • 国语 Taiwanese (国语)]TW <zh-tw.cfg>
  • ʻŌlelo Pākē Hawai'ian(ʻŌlelo Pākē) <ha.cfg>
@zer0Kerbal zer0Kerbal added help wanted assistance, help, input solicited type: localization related to localization and translations labels Mar 12, 2022
@zer0Kerbal zer0Kerbal added this to the Localization - Master milestone Mar 12, 2022
@zer0Kerbal zer0Kerbal self-assigned this Mar 12, 2022
zer0Kerbal added a commit that referenced this issue Mar 26, 2022
## 2.4.99.0-adoption `<Kerbal Floating Point Precision>` edition

## adopted by zer0Kerbal

* 25 Mar 2022
* Released for KSP 1.12.3

### Code

* Compile
  * .NET 4.7.2
  * C# 10.0
* Update
  * [PreciseManeuver.csproj]
  * [PreciseManeuver.Unity.csproj]
  * [PreciseManeuver.sln]

### Unity

* Recompile Assets
  * [precisemaneuverprefabs]
  * using Unity 2019.4.18f1 LTS

* create
  * GameData/PreciseManeuver/
    * Localization folder 📁
      * Localization/[readme.md] v2.1.0.1
      * Localization/[quickstart.md] v1.0.1.0
        * create: [en-us.cfg]
        * create [es-es.cfg]
        * create [de-de.cfg]
        * create [ja.cfg]
        * create [ru.cfg]
        * create [zn-cn.cfg]
    * delete old [localizations.cfg]

### Localization

* split localization into separate languages for easier handling
  * closes #12 - English <us-en.cfg>
  * closes #14 - German (Deutsch) <de.cfg>
  * closes #15 - Spanish (Español) <es-es.cfg>
  * closes #18 - Japanese(日本語) <ja.cfg>
  * closes #19 - Russian (Русский) <ru.cfg>
  * closes #20 - Simplified Chinese (简体中文) <zh-cn.cfg>
  * closes #29 - split localization into separate languages for easier handling
  * updates #11 - Localization - Master

### Create

* folder structure
  * docs/
    * Code/
    * LegalMumboJumbo/
      * [License.md]
      * [FORUM-01.png]
  * [404.md]
  * [Attribution.md]
  * [BasicInstructions.md]
  * [Localizations.md]
  * [ManualInstallation.md]
  * [readadme.md] v1.6.6.0
* root/
* _releasenotes
  * .gitattributes
  * .gitignore
  * .version file
  * changelog.md
  * [_buildJSON] v1.3.3.6.3
  * [_buildRelease] v1.1.3.1
  * [_deploy] v1.1.3.2
  * [_gitClean] v1.0.2.0
  * [_pullIssues] v1.1.0.1
  * [_pullReleaseNotes] v1.1.01
  * json/[_release] v1.0.3.0
* github/
  * [.imgbotconfig] v2.0.0.0
  * [_settings] v1.0.9.0
    * workflows/
      * [AVC-VersionFileValidator] v1.3.1
      * [createIndexesfromMarkdown] v1.0.1.0
      * [greetings] v1.1.0.1

## Status

* Issues
  * closes #9 * 2.4.99.0 Social Media
  * closes #8 * 2.4.99.0 Update Documentation
  * closes #7 * 2.4.99.0 Verify Legal Mumbo Jumbo
  * closes #6 * PreciseManeuver 2.4.99.0-adoption `<Kerbal Floating Point Precision>` edition
zer0Kerbal added a commit that referenced this issue Mar 26, 2022
## 2.4.99.0-adoption `<Kerbal Floating Point Precision>` edition

## adopted by zer0Kerbal

* 25 Mar 2022
* Released for KSP 1.12.3

### Code

* Compile
  * .NET 4.7.2
  * C# 10.0
* Update
  * [PreciseManeuver.csproj]
  * [PreciseManeuver.Unity.csproj]
  * [PreciseManeuver.sln]

### Unity

* Recompile Assets
  * [precisemaneuverprefabs]
  * using Unity 2019.4.18f1 LTS

* create
  * GameData/PreciseManeuver/
    * Localization folder 📁
      * Localization/[readme.md] v2.1.0.1
      * Localization/[quickstart.md] v1.0.1.0
        * create: [en-us.cfg]
        * create [es-es.cfg]
        * create [de-de.cfg]
        * create [ja.cfg]
        * create [ru.cfg]
        * create [zn-cn.cfg]
    * delete old [localizations.cfg]

### Localization

* split localization into separate languages for easier handling
  * closes #12 - English <us-en.cfg>
  * closes #14 - German (Deutsch) <de.cfg>
  * closes #15 - Spanish (Español) <es-es.cfg>
  * closes #18 - Japanese(日本語) <ja.cfg>
  * closes #19 - Russian (Русский) <ru.cfg>
  * closes #20 - Simplified Chinese (简体中文) <zh-cn.cfg>
  * closes #29 - split localization into separate languages for easier handling
  * updates #11 - Localization - Master

### Create

* folder structure
  * docs/
    * Code/
    * LegalMumboJumbo/
      * [License.md]
      * [FORUM-01.png]
  * [404.md]
  * [Attribution.md]
  * [BasicInstructions.md]
  * [Localizations.md]
  * [ManualInstallation.md]
  * [readadme.md] v1.6.6.0
* root/
* _releasenotes
  * .gitattributes
  * .gitignore
  * .version file
  * changelog.md
  * [_buildJSON] v1.3.3.6.3
  * [_buildRelease] v1.1.3.1
  * [_deploy] v1.1.3.2
  * [_gitClean] v1.0.2.0
  * [_pullIssues] v1.1.0.1
  * [_pullReleaseNotes] v1.1.01
  * json/[_release] v1.0.3.0
* github/
  * [.imgbotconfig] v2.0.0.0
  * [_settings] v1.0.9.0
    * workflows/
      * [AVC-VersionFileValidator] v1.3.1
      * [createIndexesfromMarkdown] v1.0.1.0
      * [greetings] v1.1.0.1

## Status

* Issues
  * closes #9 * 2.4.99.0 Social Media
  * closes #8 * 2.4.99.0 Update Documentation
  * closes #7 * 2.4.99.0 Verify Legal Mumbo Jumbo
  * closes #6 * PreciseManeuver 2.4.99.0-adoption `<Kerbal Floating Point Precision>` edition
@zer0Kerbal zer0Kerbal pinned this issue Jul 4, 2022
@zer0Kerbal zer0Kerbal removed the help wanted assistance, help, input solicited label Jan 6, 2023
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

1 participant