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:
parent
a5d3101ec9
commit
eb5ed7dda8
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
const i18next = require('i18next');
|
||||
|
||||
const SUPPORTED_LOCALES = ['en', 'nl'];
|
||||
const SUPPORTED_LOCALES = [
|
||||
'en',
|
||||
'nl'
|
||||
];
|
||||
|
||||
/**
|
||||
* @param {string} [lng]
|
||||
|
|
Loading…
Add table
Reference in a new issue