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

@@ -4927,6 +4927,12 @@ var LANG = {
/* AoWoW: start custom */
// Profiler completions import
completion: '达成', // WH.TERMS.completion
complete: '完成', // WH.TERMS.complete
incomplete: '未完成', // WH.TERMS.incomplete
parens_format: '$1$2', // WH.TERMS.parens_format
// click to copy fn
copied: '已复制',
clickToCopy: '点击复制',