diff --git a/static/webui/script.js b/static/webui/script.js index 3715e906..2445a6fc 100644 --- a/static/webui/script.js +++ b/static/webui/script.js @@ -497,9 +497,6 @@ function fetchItemList() { uniqueLevelCaps = items; } else if (type == "Syndicates") { items.forEach(item => { - if (item.uniqueName === "ConclaveSyndicate") { - return; - } if (item.uniqueName.startsWith("RadioLegion")) { item.name += " (" + item.uniqueName + ")"; } diff --git a/static/webui/translations/fr.js b/static/webui/translations/fr.js index 1fde6e1b..059a2672 100644 --- a/static/webui/translations/fr.js +++ b/static/webui/translations/fr.js @@ -156,8 +156,8 @@ dict = { invigorations_defensiveLabel: `Amélioration défensive`, invigorations_expiryLabel: `Expiration de l'invigoration (optionnel)`, - abilityOverride_label: `Remplacement de pouvoir`, - abilityOverride_onSlot: `Sur l'emplacement`, + abilityOverride_label: `[UNTRANSLATED] Ability Override`, + abilityOverride_onSlot: `[UNTRANSLATED] on slot`, mods_addRiven: `Ajouter un riven`, mods_fingerprint: `Empreinte`, @@ -242,13 +242,13 @@ dict = { worldState_creditBoost: `Booster de Crédit`, worldState_affinityBoost: `Booster d'Affinité`, worldState_resourceBoost: `Booster de Ressource`, - worldState_tennoLiveRelay: `Relais TennoLive`, - worldState_baroTennoConRelay: `Relais Baro TennoCon`, + worldState_tennoLiveRelay: `[UNTRANSLATED] TennoLive Relay`, + worldState_baroTennoConRelay: `[UNTRANSLATED] Baro's TennoCon Relay`, worldState_starDays: `Jours Stellaires`, worldState_galleonOfGhouls: `Galion des Goules`, worldState_ghoulEmergence: `Purge des Goules`, worldState_plagueStar: `Fléau Céleste`, - enabled: `Activé`, + enabled: `[UNTRANSLATED] Enabled`, disabled: `Désactivé`, worldState_we1: `Weekend 1`, worldState_we2: `Weekend 2`,