aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-01-17 00:36:49 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-01-17 02:43:21 +0100
commit17898fbabde35ab346c133114e78614e707c0eca (patch)
tree90f0fd36211c036a507a0af092aac3c5fb8e7ac8 /resources
parent90b12c34debaa4aa816d4e6862cdb4e39c7181e4 (diff)
Add localization
Diffstat (limited to 'resources')
-rw-r--r--resources/wmap.lang8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/wmap.lang b/resources/wmap.lang
index c00d29e..e05c8d3 100644
--- a/resources/wmap.lang
+++ b/resources/wmap.lang
@@ -46,10 +46,10 @@
</include>
</context>
- <!-- Blocker pattern: [Blocker] Node -->
- <context id="blocker">
+ <!-- Inertia pattern: [Inertia] Node -->
+ <context id="inertia">
<match extended="true" case-sensitive="false">
- ^\[(Blocker)\]\s*(.+)$
+ ^\[(inertia)\]\s*(.+)$
</match>
<include>
<context sub-pattern="1" style-ref="keyword"/>
@@ -110,7 +110,7 @@
<!-- Main context -->
<context id="wmap">
<include>
- <context ref="blocker"/>
+ <context ref="inertia"/>
<context ref="evolution"/>
<context ref="note"/>
<context ref="stage"/>