Skip to content

Commit 682644f

Browse files
Update langcode.js
1 parent 1fb8950 commit 682644f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stuff/langcode.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
export const langcode = (id) => {
22
return id == 1 ? 'ru' : id == 2 ? 'fr' : id == 3 ? 'ua' : 'en';
3-
}
4-
export const debug = (path) => {
5-
return path.replace(/\/(.*?)\/(.*?)/, '/$2');
63
}

0 commit comments

Comments
 (0)