From 4da733e137185e778671ee0a54d312f554f611af Mon Sep 17 00:00:00 2001 From: Giorgi Kitsmarishvili <38474588+Kitso1999@users.noreply.github.com> Date: Sun, 16 Mar 2025 15:57:58 +0400 Subject: [PATCH] Add support for five in Georgian --- five.js | 1 + 1 file changed, 1 insertion(+) diff --git a/five.js b/five.js index 90507e66..58e61868 100755 --- a/five.js +++ b/five.js @@ -53,6 +53,7 @@ five.estonian = function() { return 'viis'; }; five.finnish = function() { return 'viisi'; }; five.french = function() { return 'cinq'; }; + five.georgian = function() { return 'ხუთი'; } five.german = function() { return 'fünf'; }; five.greek = function() { return 'πέντε'; }; five.hebrew = function() { return 'חמש'; };