From 1e49858f81c839eaf0df5d03137246f3c99be24d Mon Sep 17 00:00:00 2001
From: nazunalika <tucklesepk@gmail.com>
Date: Mon, 9 May 2022 13:25:49 -0700
Subject: [PATCH] add update-comps script

---
 update-comps | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 update-comps

diff --git a/update-comps b/update-comps
new file mode 100644
index 0000000..0aa6f9d
--- /dev/null
+++ b/update-comps
@@ -0,0 +1,3 @@
+#!/bin/bash
+$COMPS_FILE=$1
+LANG=C intltool-merge -x -u po/ $COMPS_FILE.xml.in $COMPS_FILE.xml
-- 
GitLab