fix: lang array iclude another items

main
Artem-Darius Weber 4 months ago
parent 706790e55e
commit 65bcc17153

@ -1,9 +1,9 @@
#!/usr/bin/env ruby
LANGUAGES = [
"ru-RU",
"en-EN",
"de-DE"
"ruby",
"c++",
"py"
]
def main()

Loading…
Cancel
Save