Skip to content

Commit

Permalink
testing crowdin workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf committed Oct 24, 2024
1 parent 35fe854 commit 99ded07
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/crowdin-upload.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
asd
name: Crowdin Upload

on:
push:
paths: [ 'src/config/i18n/**' ]
branches: [ main ]
paths: ['src/config/i18n/**']
branches: [feat/crowdin-integration]

jobs:
crowdin-upload:
Expand Down
2 changes: 1 addition & 1 deletion src/config/i18n/cs/resource.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actions": {
"search": "Hledat...",
"search": "Hledat",
"add_contact_groups": {
"description": "Přidání kontaktu do skupiny",
"name": "Přidat do skupiny"
Expand Down
2 changes: 1 addition & 1 deletion src/config/i18n/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actions": {
"search": "Search...",
"search": "Search",
"add_contact_groups": {
"description": "Add the contact to a group",
"name": "Add to group"
Expand Down
4 changes: 2 additions & 2 deletions src/config/i18n/es/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"say_msg": {
"placeholder": "Enviar un mensaje al contacto"
},
"search": "Buscar...",
"search": "Buscar",
"send_broadcast": {
"description": "Enviar un mensaje a alguien más",
"name": "Enviar difusión",
Expand Down Expand Up @@ -850,4 +850,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/config/i18n/fr/resource.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actions": {
"search": "Rechercher...",
"search": "Rechercher",
"add_contact_groups": {
"description": "Ajouter le contact à un groupe",
"name": "Ajouter au groupe"
Expand Down
2 changes: 1 addition & 1 deletion src/config/i18n/mn/resource.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actions": {
"search": "Хайх...",
"search": "Хайх",
"add_contact_groups": {
"description": "Харилцагчийг бүлэгт нэмэх",
"name": "Бүлэгт нэмэх"
Expand Down
4 changes: 2 additions & 2 deletions src/config/i18n/pt-br/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"say_msg": {
"placeholder": "Manda uma mensagem para o contato"
},
"search": "Buscar...",
"search": "Buscar",
"send_broadcast": {
"description": "Envie uma mensagem para outra pessoa",
"name": "Enviar transmissão",
Expand Down Expand Up @@ -850,4 +850,4 @@
}
}
}
}
}

0 comments on commit 99ded07

Please sign in to comment.