Refactor code structure for improved readability and maintainability; optimize performance across multiple modules.
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
This commit is contained in:
3
backend/scripts/repair-bisaya-number-answer-pairs.js
Normal file → Executable file
3
backend/scripts/repair-bisaya-number-answer-pairs.js
Normal file → Executable file
@@ -22,6 +22,8 @@ const BISAYA_TO_GERMAN_DIGIT = new Map([
|
||||
['pito', '7'],
|
||||
['walo', '8'],
|
||||
['siyam', '9'],
|
||||
['dyes', '10'],
|
||||
['ten', '10'],
|
||||
['napulo', '10'],
|
||||
['onse', '11'],
|
||||
['dose', '12'],
|
||||
@@ -32,6 +34,7 @@ const BISAYA_TO_GERMAN_DIGIT = new Map([
|
||||
['disisiete', '17'],
|
||||
['disiotso', '18'],
|
||||
['disinuybe', '19'],
|
||||
['baynte', '20'],
|
||||
['kawhaan', '20'],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user