Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some translation issues #1534

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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