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

Version 1.3.1.0-release - <Merci beaucoup Icecoptère> edition #41

Merged
merged 17 commits into from
May 9, 2023
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<p><a href="https://www.curseforge.com/kerbal/ksp-mods/SafetyWall/files"
title="Curseforge"><img
src="https://img.shields.io/badge/SafetyWall%20(WALL)%20-v1.3.0.0--release-BADA55.svg?style=plastic&amp;labelColor=darkgreen"
title="1.3.0.0-release" alt="SafetyWall (WALL)" /></a><br />
src="https://img.shields.io/badge/SafetyWall%20(WALL)%20-v1.3.1.0--release-BADA55.svg?style=plastic&amp;labelColor=darkgreen"
title="1.3.1.0-release" alt="SafetyWall (WALL)" /></a><br />
<a href="http://kerbalspaceprogram.com/"
title="Kerbal Space Program"><img
src="https://img.shields.io/badge/KSP-1.12.5-blue.svg?style=plastic&amp;labelColor=black/"
Expand All @@ -21,13 +21,14 @@
title="Code" alt="Code" /> <img
src="https://img.shields.io/badge/SafetyWall.dll%20-v1.3.0.17-orange.svg?style=plastic&amp;labelColor=darkgreen"
title="1.2.0.3" alt="SafetyWall" /></p>
<h2 id="version-1300-release---thank-you-godarklight-edition">Version
1.3.0.0-release - <code>&lt;Thank you godarklight&gt;</code>
<h2
id="version-1310-release---merci-beaucoup-icecoptère-edition">Version
1.3.1.0-release - <code>&lt;Merci beaucoup Icecoptère&gt;</code>
edition</h2>
<ul>
<li>Released
<ul>
<li>01 Apr 2023</li>
<li>08 May 2023</li>
<li>for Kerbal Space Program 1.12.5</li>
<li>by <a href="https://github.com/zer0Kerbal">zer0Kerbal</a></li>
</ul></li>
Expand All @@ -37,15 +38,11 @@ <h2 id="version-1300-release---thank-you-godarklight-edition">Version

<h2 id="change-summary">Change Summary</h2>
<ul>
<li>Recompiled
<ul>
<li>SafetyWall.dll v1.2.0.11 --&gt; v1.3.0.17</li>
</ul></li>
<li>Add flag</li>
<li>lint and update documentation</li>
<li>Localize
<ul>
<li>English (en-us.cfg)</li>
<li>French (Français)</li>
<li>Merci beaucoup <a
href="https://github.com/Icecoptere">Icecoptère</a></li>
</ul></li>
</ul>
<h2 id="see-more">See More</h2>
Expand Down
1 change: 1 addition & 0 deletions GameData/godarklight/SafetyWall/Attributions.htm
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ <h3 id="contracts">Contract(s)</h3>
<h3 id="translations">Translations</h3>
<ul>
<li><img src="https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/EN.png " alt="English" style="zoom:100%;" /> English</li>
<li><img src="https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/FR.png " alt="French (Français)" style="zoom:100%;" /> French (Français) - merci beaucoup <a href="https://github.com/Icecoptere" alt="MIcecoptere">Icecoptere</a></li>
<li><small>Additions and corrections welcome!</small></li>
</ul>

Expand Down
27 changes: 27 additions & 0 deletions GameData/godarklight/SafetyWall/Localization/fr-fr.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// fr-fr.cfg v1.0.0.0
// SafetyWall (WALL)
// created: 04 May 2023
// updated:

// THIS FILE:
// SimpleBSD 2-Clause by Icecoptere, zer0Kerbal
// generated by: [zer0Kerbal](https://github.com/zer0Kerbal)
// translated by [Icecoptere](https://github.com/Icecoptere)

Localization
{
fr-fr
{
// Addon specific
#WALL-name = MurdeSécurité
#WALL-abbv = MUR
#WALL-tags = mur MurDeSécurité

// Code
#WALL-00 = MurdeSécurité <<1>>
#WALL-01 = Ajouter au mur
#WALL-02 = Supprimer dernier mur
#WALL-03 = Faire une pause
#WALL-04 = Terminer
}
}
2 changes: 1 addition & 1 deletion GameData/godarklight/SafetyWall/SafetyWall.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR" : 1,
"MINOR" : 3,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
41 changes: 37 additions & 4 deletions GameData/godarklight/SafetyWall/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,39 @@
| spacedock | (https://spacedock.info/mod/3000) |
| ckan | SafetyWall |

## Version 1.3.1.0-release - `<Merci beaucoup Icecoptère>` edition

* Released
* 08 May 2023
* for Kerbal Space Program 1.12.5
* by [zer0Kerbal](https://github.com/zer0Kerbal)

### Change Summary

* Localize
* French (Français)
* Merci beaucoup [Icecoptère](https://github.com/Icecoptere)

### Localization 1.3.1.0

* Create
* French (Français)
* <fr-fr.cfg> v1.0.0.0
* Merci beaucoup [Icecoptère](https://github.com/Icecoptere)
* Update
* [Attribution.md] v1.1.1.0
* [Localizations.md] v1.3.1.0
* closes #21 - French (Français) <fr-fr.cfg>
* updates #16 - Localization - Master

### Issues

* closes #14 - SafetyWall (WALL) 1.3.1.0-release `<Merci beaucoup Icecoptère>` edition
* closes #15 - 1.3.1.0 Additional Tasks
* closes #38 - duplicate

---

## Version 1.3.0.0-release - `<Thank you godarklight>` edition

* Released
Expand Down Expand Up @@ -41,10 +74,10 @@
### Localization 1.3.0.0

* Create
* [x] Localization/
* [x] <en-us.cfg> v1.0.0.0
* [x] [readme.md] v2.1.2.0
* [x] [quickstart.md] v1.0.1.1
* Localization/
* <en-us.cfg> v1.0.0.0
* [readme.md] v2.1.2.0
* [quickstart.md] v1.0.1.1
* closes #17 - English <en-us.cfg>
* updates #16 - Localization - Master

Expand Down
2 changes: 1 addition & 1 deletion SafetyWall.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"MAJOR" : 1,
"MINOR" : 3,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
41 changes: 37 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,39 @@
| spacedock | (https://spacedock.info/mod/3000) |
| ckan | SafetyWall |

## Version 1.3.1.0-release - `<Merci beaucoup Icecoptère>` edition

* Released
* 08 May 2023
* for Kerbal Space Program 1.12.5
* by [zer0Kerbal](https://github.com/zer0Kerbal)

### Change Summary

* Localize
* French (Français)
* Merci beaucoup [Icecoptère](https://github.com/Icecoptere)

### Localization 1.3.1.0

* Create
* French (Français)
* <fr-fr.cfg> v1.0.0.0
* Merci beaucoup [Icecoptère](https://github.com/Icecoptere)
* Update
* [Attribution.md] v1.1.1.0
* [Localizations.md] v1.3.1.0
* closes #21 - French (Français) <fr-fr.cfg>
* updates #16 - Localization - Master

### Issues

* closes #14 - SafetyWall (WALL) 1.3.1.0-release `<Merci beaucoup Icecoptère>` edition
* closes #15 - 1.3.1.0 Additional Tasks
* closes #38 - duplicate

---

## Version 1.3.0.0-release - `<Thank you godarklight>` edition

* Released
Expand Down Expand Up @@ -41,10 +74,10 @@
### Localization 1.3.0.0

* Create
* [x] Localization/
* [x] <en-us.cfg> v1.0.0.0
* [x] [readme.md] v2.1.2.0
* [x] [quickstart.md] v1.0.1.1
* Localization/
* <en-us.cfg> v1.0.0.0
* [readme.md] v2.1.2.0
* [quickstart.md] v1.0.1.1
* closes #17 - English <en-us.cfg>
* updates #16 - Localization - Master

Expand Down
5 changes: 3 additions & 2 deletions docs/Attributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description: The Opening Credits, and the closing credits, plus the first of two
tags: attributions,thank-you,directions,page,kerbal,ksp,zer0Kerbal,zedK
---
<!--
Attributions.md v1.1.0.0
Attributions.md v1.1.1.0
SafetyWall (WALL)
created: 01 Apr 2022
updated: 01 Apr 2023
updated: 08 May 2023

TEMPLATE: Attributions.md v1.0.9.0
created: 01 Feb 2022
Expand Down Expand Up @@ -52,6 +52,7 @@ THIS FILE: CC BY-ND 4.0 by zer0Kerbal -->

<ul>
<li><img src="https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/EN.png " alt="English" style="zoom:100%;" /> English</li>
<li><img src="https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/FR.png " alt="French (Français)" style="zoom:100%;" /> French (Français) - merci beaucoup <a href="https://github.com/Icecoptere" alt="MIcecoptere">Icecoptere</a></li>
<li><small>Additions and corrections welcome!</small></li>
</ul>

Expand Down
6 changes: 3 additions & 3 deletions docs/Localizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ title: Localizations
description: camera goes *click-click*
tags: translations,localizations,languages,page,kerbal,ksp,zer0Kerbal,zedK
---
<!-- Localizations.md v1.3.0.0
<!-- Localizations.md v1.3.1.0
SafetyWall (WALL)
created: 01 Apr 2022
updated: 01 Apr 2023
updated: 08 May 2023

TEMPLATE: Localizations.md v1.1.9.0
created: 01 Feb 2022
Expand All @@ -27,12 +27,12 @@ THIS FILE: CC BY-ND 4.0 by zer0Kerbal -->
has been translated into the following languages:

* ![English][EN] English <us-en.cfg>
* ![Français][FR] French (Français) <fr-fr.cfg>

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

* ![Deutsch][DE] German (Deutsch) <de.cfg>
* ![Español][ES] Spanish (Español) <es-es.cfg>
* ![Français][FR] French (Français) <fr-fr.cfg>
* ![Italiano][IT] Italian (Italiano) <it-it.cfg>
* ![日本語][JA] Japanese(日本語) <ja.cfg>
* ![Português Brasil][BR] Brazilian Portuguese (Português Brasil) <pt-br.cfg>
Expand Down
101 changes: 101 additions & 0 deletions docs/ReleaseNotes/1.3.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
---
permalink: /1.3.1.0.html
title: Release Notes v1.3.1.0
description: Version Release Notes
tags: nyan-cat,release-notes,kerbal,ksp,zer0Kerbal,zedK
layout: page
---
<!-- ReleaseLayout.md v1.3.1.0
SafetyWall (WALL)
created: 01 Apr 2022
updated: 08 May 2023

TEMPLATE: ReleaseLayout.md v1.3.5.1
created: 11 Aug 2018
updated: 13 Apr 2023 -->

[![SafetyWall (WALL)][SHD:mod]][CRSFG:url]
[![KSP version][KSP:shd]][KSP:url] [![License][LIC:shd]][LIC:url] [![Pages][SHD:pgs]][pages]

![Code][SHD:code] ![SafetyWall][SHD:dll]

## Version 1.3.1.0-release - `<Merci beaucoup Icecoptère>` edition

* Released
* 08 May 2023
* for Kerbal Space Program 1.12.5
* by [zer0Kerbal](https://github.com/zer0Kerbal)

<div style="border:0.5px solid Tomato; background-color: #bada55; color: #FF0000; text-align:center"><h4>
<b>For best results - DO A CLEAN INSTALL; DELETE EXISTING INSTALLATION THEN RE-INSTALL</b></h4><p>Download only from <a href="https://www.curseforge.com/kerbal/ksp-mods/SafetyWall/files">CurseForge</a></p></div>

## Change Summary

* Localize
* French (Français)
* Merci beaucoup [Icecoptère](https://github.com/Icecoptere)

## See More

* [Pages][pages] for so much more (WIP)
* [ChangeLog][chlog] for more details of changes
* [Discussions][discu] or [forums][forum] for discussions and news
* [Known Issues][issue] for known issues and feature requests

## Localization

>* ![English][EN] English
>* ***your translation here***
>
> HELP WANTED - See the [README in the Localization folder][lreadme] or the [Quickstart Guide][qstart] for instructions for adding or improving translations. [GitHub][GitHub:url] push is the best way to contribute. *Additions and corrections welcome!*

<div style="border:0.5px solid Tomato; background-color: #BADA55; color: #FF0000; text-align:center">
<p><b>red box below is a link to forum post on how to get support</b></p>
<a href="https://forum.kerbalspaceprogram.com/index.php?/topic/83212-*">
<p><img src="https://i.postimg.cc/vHP6zmrw/image.png" alt="How to get support"></p></a>
<p style="color: #000000;">Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date</p>
</div>

### How to support this and other great mods by [`zer0Kerbal`][zer0Kerbal]

Comment, click, like, share, up-vote, subscribe

[![Support][PAYPAL:img]][PAYPAL:url] [![Patreon][PATREON:img]][PATREON:url]

<!-- links -->

[chlog]: https://raw.githubusercontent.com/zer0Kerbal/SafetyWall/master/changelog.md "Changelog"
[discu]: https://github.com/zer0Kerbal/SafetyWall/discussions/ "Discussions"
[forum]: https://forum.kerbalspaceprogram.com/index.php?/topic/207496-*/ "SafetyWall (WALL)"
[issue]: https://github.com/zer0Kerbal/SafetyWall/issues/ "Issue Tracker"
[pages]: https://zer0kerbal.github.io/SafetyWall/ "GitHub Pages"

<!-- shields -->
[SHD:code]: https://img.shields.io/badge/CODE-%3C.NET%203.5%3E%20%3CC%23%205.0%3E-darkblue?style=plastic&labelColor=66ccff "Code"
[SHD:dll]: https://img.shields.io/badge/SafetyWall.dll%20-v1.3.0.17-orange.svg?style=plastic&labelColor=darkgreen "1.2.0.3"
[SHD:mod]: https://img.shields.io/badge/SafetyWall%20(WALL)%20-v1.3.1.0--release-BADA55.svg?style=plastic&labelColor=darkgreen "1.3.1.0-release"
[SHD:pgs]: https://img.shields.io/badge/GitHub-Pages-white?style=plastic&labelColor=9cf&logoColor=181717&logo=github/ "GitHub IO"

[CRSFG:url]: https://www.curseforge.com/kerbal/ksp-mods/SafetyWall/files "Curseforge"
[GITHUB:url]: https://github.com/zer0Kerbal/SafetyWall/ "GitHub"

[KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program"
[KSP:shd]: https://img.shields.io/badge/KSP-1.12.5-blue.svg?style=plastic&labelColor=black/ "Kerbal Space Program"

<!--- license -->
[LIC:url]: https://choosealicense.com/licenses/bsd-2-clause/ "SimpleBSD-2"
[LIC:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/SafetyWall/master/json/license.json "SimpleBSD-2"

[PAYPAL:img]: https://img.shields.io/badge/Buy%20me%20some%20-LFO-BADA55?style=for-the-badge&logo=paypal&labelColor=FFDD00 "PayPal"
[PAYPAL:url]: https://www.paypal.com/donate?hosted_button_id=DC22YHMEJREKL "PayPal"
[PATREON:img]: https://img.shields.io/badge/Patreon%20-Patreonize-FF424D?style=for-the-badge&logo=patreon "Patreon"
[PATREON:url]: https://www.patreon.com/zer0Kerbal/membership "Patreon"

[PATREON:url]: https://www.patreon.com/zer0Kerbal/membership "Patreon"
[lreadme]: https://github.com/zer0Kerbal/zer0Kerbal/blob/master/Localization/readme.md "Localization Readme"
[qstart]: https://github.com/zer0Kerbal/zer0Kerbal/blob/master/Localization/quickstart.md "Quickstart"
[EN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/master/img/EN.png "English"

[zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-*/ "zer0Kerbal"

<!-- THIS FILE: CC BY-ND 4.0 by zer0Kerbal -->