diff options
author | REALSOULMAN <realsoulman@gmail.com> | 2025-01-24 20:40:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-24 11:40:20 -0800 |
commit | 24afc9c89aef6e3654e091885feb9c6f2c395ce8 (patch) | |
tree | c27b16e1b493624dccf8f9eba52a54c4afbba4b7 /app.config.js | |
parent | 4703f3214ea8aabd77dc50005ec53b3a4cdbd2ac (diff) | |
download | voidsky-24afc9c89aef6e3654e091885feb9c6f2c395ce8.tar.zst |
Add Basque language ('eu') (#7479)
* Add Basque language * Contributor's changes
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index 57de4493d..b40986b75 100644 --- a/app.config.js +++ b/app.config.js @@ -78,6 +78,7 @@ module.exports = function (config) { 'de', 'el', 'es', + 'eu', 'fi', 'fr', 'ga', |