feat: Languages with country codes

This commit is contained in:
Maksim Eltyshev
2024-07-21 19:33:57 +02:00
parent e9b4a4adfc
commit 9dc38932fb
83 changed files with 211 additions and 99 deletions

View File

@@ -50,7 +50,7 @@ module.exports = {
},
language: {
type: 'string',
isNotEmptyString: true,
isIn: User.LANGUAGES,
allowNull: true,
},
subscribeToOwnCards: {