Commit c37f20a
Fixed an issue where site file management was not create on portal import
Closes #6874
It appears that the normal localization fallback is in fact being used so if a language pack is missing some localized page names or anythin else, it does fallback to the english provided localization.
The crux of the issue is that for historical reasons "Admin" is a special page that needs too keep that specific name, we can localize the title but we need to keep that exact name. By changing parents to Admin in the templates, it appears to fix the issue reported.
Also supercedes #69391 parent 900a22a commit c37f20a
2 files changed
Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2766 | 2766 | | |
2767 | 2767 | | |
2768 | 2768 | | |
2769 | | - | |
| 2769 | + | |
2770 | 2770 | | |
2771 | 2771 | | |
2772 | 2772 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3176 | 3176 | | |
3177 | 3177 | | |
3178 | 3178 | | |
3179 | | - | |
| 3179 | + | |
3180 | 3180 | | |
3181 | 3181 | | |
3182 | 3182 | | |
| |||
0 commit comments