Add Ukrainian localization (#2336)

This commit is contained in:
Max Ignatenko 2024-01-03 20:22:55 +00:00 committed by GitHub
parent 1f38e9b197
commit 401b3401c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 2692 additions and 1 deletions

View file

@ -1,6 +1,6 @@
/** @type {import('@lingui/conf').LinguiConfig} */
module.exports = {
locales: ['en', 'hi', 'ja', 'fr', 'de', 'es', 'ko', 'es', 'pt-BR'],
locales: ['en', 'hi', 'ja', 'fr', 'de', 'es', 'ko', 'es', 'pt-BR', 'uk'],
catalogs: [
{
path: '<rootDir>/src/locale/locales/{locale}/messages',