Skip to content

Commit 5c546ff

Browse files
1 parent 52490b3 commit 5c546ff

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/Whats-New.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,15 @@ You can use the migration utility (can be found on [Phobos supplementaries repo]
120120
- `[WarheadType/SuperWeaponType] -> Convert(N).AffectedHouses` -> `[WarheadType/SuperWeaponType] -> Convert(N).AffectsHouse`
121121
- `[SuperWeaponType] -> LimboKill.Affected` -> `[SuperWeaponType] -> LimboKill.AffectsHouse`
122122

123-
```{note}
123+
```{hint}
124124
- You can use the [*MigrationUtility*](https://github.com/Phobos-developers/PhobosSupplementaries/tree/develop/MigrationUtility) in the PhobosSupplementaries repository to conveniently complete these migrations.
125125
```
126126

127+
```{note}
128+
- If it is detected that you are using the old INI flags, a warning log will be output to `debug.log`.
129+
- The old INI flags will still take effect, but if there are corresponding new version flags at the same time, the new version will take precedence.
130+
```
131+
127132
### New user settings in RA2MD.INI
128133

129134
- These are new user setting keys added by various features in Phobos. Most of them can be found in either in [user inteface](User-Interface.md) or [miscellaneous](Miscellanous.md) sections. Search functionality can be used to find them quickly if needed.

docs/locale/zh_CN/LC_MESSAGES/Whats-New.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,18 @@ msgstr ""
676676
"你可以使用 Phobos 补充资源库 中的 [*迁移工具*](https://github.com/Phobos-"
677677
"developers/PhobosSupplementaries/tree/develop/MigrationUtility) 轻松完成这些迁移。"
678678

679+
msgid ""
680+
"If it is detected that you are using the old INI flags, a warning log "
681+
"will be output to `debug.log`."
682+
msgstr ""
683+
"如果检测到你正在使用旧的 INI 语句,那么将会有一条警告日志输出到 `debug.log` 中。"
684+
685+
msgid ""
686+
"The old INI flags will still take effect, but if there are corresponding "
687+
"new version flags at the same time, the new version will take precedence."
688+
msgstr ""
689+
"旧的 INI 语句仍会生效,但如果同时还有新版本的对应语句,那么新版本的会被优先使用。"
690+
679691
msgid "New user settings in RA2MD.INI"
680692
msgstr "RA2MD.INI 中新增的用户设置项"
681693

0 commit comments

Comments
 (0)