[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Sat, 30 Sep 2023 12:00:41 -0400 (EDT) |
branch: master
commit d5e60ac6f375b7cf61456125b1db61df263f8fa5
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Sep 30 16:02:01 2023 +0100
* po_document/fix-translations.sh: Remove file.
---
ChangeLog | 4 ++++
po_document/fix-translations.sh | 8 --------
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 25a15a5aec..2ab5fc5834 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-09-30 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * po_document/fix-translations.sh: Remove file.
+
2023-09-27 Gavin Smith <gavinsmith0123@gmail.com>
Allow translation of @emph{See}
diff --git a/po_document/fix-translations.sh b/po_document/fix-translations.sh
deleted file mode 100644
index 2b568e3b14..0000000000
--- a/po_document/fix-translations.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-
-# enable some translations which have not been updated after @tie{ }
-# was changed to @tie{} in the document string
-
-for f in *.po; do
- echo '%s/^#, \zsfuzzy, \ze.*\nmsgid "@tie{}//
-wq' | vim -es $f
-done