From 5b105ce61a626edf0c215f5e852b72817319f6ae Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 19 Sep 2022 06:19:01 -0700 Subject: [PATCH] This tool does not exist in our repo --- contrib/devtools/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 869fa31fe..02694f222 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -2,15 +2,3 @@ This directory contains tools for developers working on this repository. - -## update-translations.py - -Run this script from the root of the repository to update all translations from transifex. -It will do the following automatically: - -- fetch all translations -- post-process them into valid and committable format -- add missing translations to the build system (TODO) - -See doc/translation-process.md for more information. -