Add missing locales to glitch-soc

This commit is contained in:
Claire
2022-03-18 16:41:51 +01:00
parent 4e3c68e025
commit a22043ebff
11 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import inherited from 'mastodon/locales/gd.json';
const messages = {
// No translations available.
};
export default Object.assign({}, inherited, messages);