Skip to content

Commit 00439ef

Browse files
authored
Merge pull request #786 from InnerSourceCommons/adding-pt-br-consistency-check
Update i18n-consistency-check.yml
2 parents e659187 + 9ffd3bc commit 00439ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/i18n-consistency-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
language: [ja, de, zh, it, es, ru, fr]
18+
language: [ja, de, zh, it, es, ru, fr, pt-br]
1919
steps:
2020
- uses: actions/checkout@v2
2121
with:
@@ -92,6 +92,7 @@ jobs:
9292
["es"]="🇪🇸 Spanish"
9393
["ru"]="🇷🇺 Russian"
9494
["fr"]="🇫🇷 French"
95+
["pt-br"]="🇧🇷 Brazilian Portuguese"
9596
)
9697
9798
# Set the issue title

0 commit comments

Comments
 (0)