Profiler/Completions

* show completion info for claimed characters in infobox on
      appropriate db pages
This commit is contained in:
Sarjuuk
2025-11-03 18:00:50 +01:00
parent 37380ff515
commit e3d6f7b3a7
25 changed files with 640 additions and 39 deletions

View File

@@ -4901,6 +4901,12 @@ var LANG = {
/* AoWoW: start custom */
// Profiler completions import
completion: 'Achèvement', // WH.TERMS.completion
complete: 'Complète', // WH.TERMS.complete
incomplete: 'Incomplet', // WH.TERMS.incomplete
parens_format: '$1 ($2)', // WH.TERMS.parens_format
// click to copy fn
copied: 'Copié',
clickToCopy: 'Cliquer pour Copier',