diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-03-05 23:56:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-05 15:56:13 -0800 |
commit | a42efd15d781f5bd7225589bbc0dd753aff44166 (patch) | |
tree | a99b72905f848df75db52e1b3514c5c9d6776a0b /app.config.js | |
parent | d0c2003cc77f8646e8aa9ae450c5accf889293ce (diff) | |
download | voidsky-a42efd15d781f5bd7225589bbc0dd753aff44166.tar.zst |
Add language: Scottish Gaelic (#7864)
* Create messages.po * Update app.config.js * Update lingui.config.js * Update dates.ts * Update helpers.ts * Update i18n.ts * Update i18n.web.ts * Update languages.ts
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 7288d84dc..c6f219e92 100644 --- a/app.config.js +++ b/app.config.js @@ -84,6 +84,7 @@ module.exports = function (config) { 'fi', 'fr', 'ga', + 'gd', 'gl', 'hi', 'hu', |