0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-05 10:04:40 +01:00
gitea/options/locale
wxiaoguang fa0b5b14c2
Make "install page" respect environment config (#25648)
Replace #25580

Fix #19453

The problem was: when users set "GITEA__XXX__YYY" , the "install page"
doesn't respect it.

So, to make the result consistent and avoid surprising end users, now
the "install page" also writes the environment variables to the config
file.

And, to make things clear, there are enough messages on the UI to tell
users what will happen.

There are some necessary/related changes to `environment-to-ini.go`:

* The "--clear" flag is removed and it was incorrectly written there.
The "clear" operation should be done if INSTALL_LOCK=true
* The "--prefix" flag is removed because it's never used, never
documented and it only causes inconsistent behavior.


![image](https://github.com/go-gitea/gitea/assets/2114189/12778ee4-3fb5-4664-a73a-41ebbd77cd5b)
2023-07-09 22:43:37 +00:00
..
locale_cs-CZ.ini
locale_de-DE.ini
locale_el-GR.ini [skip ci] Updated translations via Crowdin 2023-07-07 00:30:02 +00:00
locale_en-US.ini Make "install page" respect environment config (#25648) 2023-07-09 22:43:37 +00:00
locale_es-ES.ini
locale_fa-IR.ini
locale_fi-FI.ini
locale_fr-FR.ini [skip ci] Updated translations via Crowdin 2023-07-06 00:31:13 +00:00
locale_hu-HU.ini
locale_id-ID.ini
locale_is-IS.ini
locale_it-IT.ini
locale_ja-JP.ini [skip ci] Updated translations via Crowdin 2023-07-06 00:31:13 +00:00
locale_ko-KR.ini
locale_lv-LV.ini [skip ci] Updated translations via Crowdin 2023-07-06 00:31:13 +00:00
locale_nl-NL.ini
locale_pl-PL.ini
locale_pt-BR.ini
locale_pt-PT.ini
locale_ru-RU.ini
locale_si-LK.ini
locale_sk-SK.ini
locale_sv-SE.ini
locale_tr-TR.ini
locale_uk-UA.ini
locale_zh-CN.ini [skip ci] Updated translations via Crowdin 2023-07-06 00:31:13 +00:00
locale_zh-HK.ini
locale_zh-TW.ini [skip ci] Updated translations via Crowdin 2023-07-06 00:31:13 +00:00
TRANSLATORS