1 .. SPDX-License-Identifier: GPL-2.0 2 3 Checking for needed translation updates 4 ======================================= 5 6 This script helps track the translation status 7 different locales, i.e., whether the document 8 the English counterpart. 9 10 How it works 11 ------------ 12 13 It uses ``git log`` command to track the lates 14 translation commit (order by author date) and 15 from HEAD. If any differences occur, the file 16 then commits that need to be updated will be c 17 18 Features implemented 19 20 - check all files in a certain locale 21 - check a single file or a set of files 22 - provide options to change output format 23 - track the translation status of files that 24 25 Usage 26 ----- 27 28 :: 29 30 ./scripts/checktransupdate.py --help 31 32 Please refer to the output of argument parser 33 34 Samples 35 36 - ``./scripts/checktransupdate.py -l zh_CN`` 37 This will print all the files that need to 38 - ``./scripts/checktransupdate.py Documentati 39 This will only print the status of the spec 40 41 Then the output is something like: 42 43 :: 44 45 Documentation/dev-tools/kfence.rst 46 No translation in the locale of zh_CN 47 48 Documentation/translations/zh_CN/dev-tools 49 commit 42fb9cfd5b18 ("Documentation: dev-t 50 1 commits needs resolving in total 51 52 Features to be implemented 53 54 - files can be a folder instead of only a file
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.