Skip to content

Commit 639252e

Browse files
committed
Logo (Builtin): adds uzbek
Fixes #2159
1 parent a31d8ce commit 639252e

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

src/logo/ascii/uzbek.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
*++++++++++++++*
2+
*=:-::-::-::-::-::=*
3+
+============. ===+
4+
+===========. ====+
5+
+++++++++++ +++++*
6+
*+++ =+++ ++++++*
7+
*++++ .+ +++++++*
8+
*+++++ ++++++++*
9+
*++++++ =+++++++++*
10+
*++++++++++++++++++*
11+
*++++++++++++++*

src/logo/builtin.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5164,6 +5164,13 @@ static const FFlogo U[] = {
51645164
},
51655165
},
51665166
// LAST
5167+
{
5168+
.names = { "Uzbek" },
5169+
.lines = FASTFETCH_DATATEXT_LOGO_UZBEK,
5170+
.colors = {
5171+
FF_COLOR_FG_GREEN,
5172+
},
5173+
},
51675174
{},
51685175
};
51695176

0 commit comments

Comments
 (0)