8000 Fixing some Mongolian by Nyholm · Pull Request #38917 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Fixing some Mongolian #38917

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

Merged
merged 1 commit into from
Nov 2, 2020
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,20 @@
<target>Энэ утга зөвхөн тоо байна.</target>
</trans-unit>
<trans-unit id="36">
<source>This value is not a valid country.</source>
<target>Энэ утга үнэн бодит улс биш байна.</target>
</trans-unit>
<trans-unit id="37">
<source>This file is not a valid image.</source>
<target>Файл зураг биш байна.</target>
</trans-unit>
<trans-unit id="38">
<trans-unit id="37">
<source>This is not a valid IP address.</source>
<target>IP хаяг зөв биш байна.</target>
</trans-unit>
<trans-unit id="39">
<trans-unit id="38">
<source>This value is not a valid language.</source>
<target>Энэ утга үнэн зөв хэл биш байна .</target>
<target>Энэ утга үнэн зөв хэл биш байна.</target>
</trans-unit>
<trans-unit id="39">
<source>This value is not a valid locale.</source>
<target>Энэ утга үнэн зөв байршил биш байна.</target>
</trans-unit>
<trans-unit id="40">
<source>This value is not a valid country.</source>
Expand Down
0