0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Reformatted SUPPORTED_LOCALES array to new lines

refs https://github.com/TryGhost/Team/issues/2795

- this helps reduce conflicts when multiple PRs are coming in to add new
  languages
- I'd also like to enforce alphabetically sorted keys but I can't figure
  out the magic eslint incantation yet
This commit is contained in:
Daniel Lockyer 2023-03-22 08:50:29 +01:00
parent a5d3101ec9
commit eb5ed7dda8
No known key found for this signature in database

View file

@ -1,6 +1,9 @@
const i18next = require('i18next');
const SUPPORTED_LOCALES = ['en', 'nl'];
const SUPPORTED_LOCALES = [
'en',
'nl'
];
/**
* @param {string} [lng]