From abc79d2fef21d258cb255e27de3c812d51f64f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olaniran=20=E2=9A=A1?= <93789719+heyolaniran@users.noreply.github.com> Date: Tue, 2 Sep 2025 08:58:11 +0100 Subject: [PATCH] [Tokei] Add more specification about typescript shown by Tokei In the Project stats, Tokei considers all .ts files as typescript files. In the case of Bitcoin Core, .ts are related to translation files. --- stats.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stats.adoc b/stats.adoc index 09f9342..3da271f 100644 --- a/stats.adoc +++ b/stats.adoc @@ -31,7 +31,7 @@ Shell 50 2612 1745 535 332 SVG 20 720 697 15 8 Plain Text 6 1125 0 1113 12 - TypeScript 98 228893 228831 0 62 + Typescript* 98 228893 228831 0 62 Visual Studio Pro| 16 956 940 0 16 Visual Studio Sol| 1 162 162 0 0 XML 2 53 47 0 6 @@ -56,5 +56,9 @@ =============================================================================== ---- + Source: https://github.com/XAMPPRocky/tokei[tokei^] +Actually, Tokei considers all `.ts` files as Typescript files. In the Bitcoin Core repository,`.ts` files are translation source files used to translate the internal Bitcoin Wallet into various languages located in the `./src/qt/locale`. + +