From 0ec9443de536470e8823295758a36186cedfebd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Sun, 28 Jun 2026 10:11:56 +0800 Subject: [PATCH] Logo (Builtin): adds Turkish Fixes #2421 --- src/logo/ascii/t.inc | 12 ++++++++++++ src/logo/ascii/t/turkish.txt | 20 ++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/logo/ascii/t/turkish.txt diff --git a/src/logo/ascii/t.inc b/src/logo/ascii/t.inc index 53947eab5..3adf4784a 100644 --- a/src/logo/ascii/t.inc +++ b/src/logo/ascii/t.inc @@ -122,6 +122,18 @@ static const FFlogo T[] = { .colorTitle = FF_COLOR_FG_256 "32", }, #endif + #ifdef FASTFETCH_DATATEXT_LOGO_TURKISH + // Turkish + { + .names = { "Turkish", }, + .lines = FASTFETCH_DATATEXT_LOGO_TURKISH, + .colors = { + FF_COLOR_FG_DEFAULT, + }, + .colorKeys = FF_COLOR_FG_BLUE, + .colorTitle = FF_COLOR_FG_RED, + }, + #endif #ifdef FASTFETCH_DATATEXT_LOGO_TUXEDO_OS // TuxedoOS { diff --git a/src/logo/ascii/t/turkish.txt b/src/logo/ascii/t/turkish.txt new file mode 100644 index 000000000..10a53786c --- /dev/null +++ b/src/logo/ascii/t/turkish.txt @@ -0,0 +1,20 @@ + @@@@@@@@@ + @@@@@@ @@ + @@@@@ + @@@@@ +@@@@@@ + @@@@@ @@@@@ + @@@@@@ @@@@@@@@@@@@@ + @@@@@@@ @@ @@@@@@ @ + @@@@@@@@@@@ @@@@@ + @@@@ + @@@@ + @@@@@@@@@@ @@@@@ + @@@@@@@ @@ @@@@@@ @ + @@@@@@ @@@@@@@@@@@@@ + @@@@@ @@@@@@@ +@@@@@@ + @@@@@ + @@@@@ + @@@@@@ @@ + @@@@@@@@@@ \ No newline at end of file