Update translations.js

Added nl.js
This commit is contained in:
BatsKikker 2024-03-25 21:47:05 +01:00 committed by GitHub
parent bd4dee268d
commit 1fcfc8737f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,9 +17,9 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import ar from './ar.js';
import bn from './bn.js'
import bn from './bn.js';
import da from './da.js';
import de from './de.js'
import de from './de.js';
import en from './en.js';
import es from './es.js';
import fa from './fa.js';
@ -29,6 +29,7 @@ import hy from './hy.js';
import it from './it.js';
import ko from './ko.js';
import nb from './nb.js';
import nl from './nl.js';
import nn from './nn.js';
import ro from './ro.js';
import sv from './sv.js';
@ -52,6 +53,7 @@ export default {
it,
ko,
nb,
nl,
nn,
ro,
pl,
@ -60,4 +62,4 @@ export default {
zh,
ur,
emoji,
};
};