Other translations

This commit is contained in:
Lorenzo
2025-06-25 23:52:44 +02:00
parent cdac12bb2f
commit daaef316e9
18 changed files with 1540 additions and 1328 deletions
@@ -5,6 +5,7 @@ import tutorial from './tutorial';
import preferences from './preferences';
import ui from './ui';
import guide from './guide';
import common from './common';
export default {
certd,
@@ -13,5 +14,6 @@ export default {
ui,
tutorial,
preferences,
guide
guide,
common
};