translations: set up

This commit is contained in:
He4eT 2025-02-15 02:21:57 +01:00
commit a66abd471e
7 changed files with 17 additions and 6 deletions

3
src/_data/config.mjs Normal file
View file

@ -0,0 +1,3 @@
export default {
langs: ['en', 'ru', 'sr'],
}