Skip to content

Commit

Permalink
Fix some translation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Oct 19, 2024
1 parent f39ffa0 commit 9055abd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,14 @@ jobs:
if: always() && steps.install.outcome == 'success'
run: ./bin/console lint:twig templates --env=prod

- name: Lint XLIFF translations
- name: Lint XLIFF translation files
if: always() && steps.install.outcome == 'success'
run: ./bin/console lint:xliff translations

- name: Lint translation contents
if: always() && steps.install.outcome == 'success'
run: ./bin/console lint:translations

- name: Lint Parameters and Services
if: always() && steps.install.outcome == 'success'
run: ./bin/console lint:container --no-debug
Expand Down
2 changes: 1 addition & 1 deletion translations/messages+intl-icu.bn.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
</trans-unit>
<trans-unit id="post.num_comments">
<source>post.num_comments</source>
<target>{count, plural, একটি {# মন্তব্য} অন্যান্য {# মন্তব্যসমূহ}}</target>
<target>{count, plural, one {একটি মন্তব্য} other {# মন্তব্যসমূহ}}</target>
</trans-unit>
<trans-unit id="post.commented_on">
<source>post.commented_on</source>
Expand Down
2 changes: 1 addition & 1 deletion translations/messages+intl-icu.ne.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
</trans-unit>
<trans-unit id="post.num_comments">
<source>post.num_comments</source>
<target>{गणना, बहुवचन, एक {# टिप्पणी} अन्य {# टिप्पणी}}</target>
<target>{गणना, plural, one {# टिप्पणी} other {# टिप्पणियाँ}}</target>
</trans-unit>
<trans-unit id="post.commented_on">
<source>post.commented_on</source>
Expand Down

0 comments on commit 9055abd

Please sign in to comment.