I'm noticing an interesting phenomena with the migrated wiki
When I make a change to the templates (by moving them out of the translation tags per
https://forum.freecadweb.org/viewtopic. ... 10#p369418) the change isn't auto-permeating the translation pages (like it does on the current wiki). In other words,
as an example, lets take
https://wiki.freecadweb.org/Category:Spreadsheet
We currently see that it essentially has 2 pages (
Expressions and
Spreadsheet Workbench and listed in it) but one of the pages is duplicated because it is showing the translation of said page i.e.
Spreadsheet Workbench/cs
Spreadsheet Workbench/en
Spreadsheet Workbench/es
Spreadsheet Workbench/fr
Spreadsheet Workbench/hr
Spreadsheet Workbench/id
Spreadsheet Workbench/pt
Spreadsheet Workbench/pt-br
Spreadsheet Workbench/ro
Spreadsheet Workbench/ru
Spreadsheet Workbench/sv
Spreadsheet Workbench/tr
Spreadsheet Workbench/zh
Spreadsheet Workbench/zh-tw
Now I went in to the original page
Spreadsheet Workbench and moved the templates out of translation tags and appended
{{#translation:}} to them. Then I saved the page and marked it for translation. In the 'old/current' wiki, when I view the
https://wiki.freecadweb.org/Category:Spreadsheet the translation pages should start disappearing one by one (i guess the changes in the mediawiki DB are permeating in a sequence and don't all happen at once). But in the 'newer/test' wiki the pages don't disappear until I actually load the translation page in another browser window. Then it seems the changes are implemented.
Note: as more people test this above example, it will become obsolete. But you can test it yourself. Just take a look at the edit that I made to make this happen:
https://wiki.freecadweb.org/index.php?t ... did=608941
I moved the category/templates
outside of the translation tags and appended that 'magic word' to it.