We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc168cc commit 0b372a1Copy full SHA for 0b372a1
stuff/langcode.js
@@ -0,0 +1,3 @@
1
+export const langcode = (id) => {
2
+ return id == 1 ? 'ru' : id == 2 ? 'fr' : id == 3 ? 'ua' : 'en';
3
+}
0 commit comments