Skip to content

Fixed typo #220

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
Jun 14, 2016
Merged

Fixed typo #220

merged 1 commit into from
Jun 14, 2016

Conversation

krizalys
Copy link
Contributor

Fixed typo: it's => its.

@bocharsky-bw
Copy link
Contributor

👍

@guokan-shang
Copy link
Contributor

Please also change *.po files for every language at here: https://github.com/domnikl/DesignPatternsPHP/tree/master/locale

example:

#: ../../Structural/Adapter/README.rst:7
msgid ""
"To translate one interface for a class into a compatible interface. An "
"adapter allows classes to work together that normally could not because of "
"incompatible interfaces by providing it's interface to clients while using "
"the original interface."
msgstr ""
"Привести нестандартный или неудобный интерфейс какого-то класса в "
"интерфейс, совместимый с вашим кодом. Адаптер позволяет классам работать "
"вместе стандартным образом, что обычно не получается из-за несовместимых "
"интерфейсов, предоставляя для этого прослойку с интерфейсом, удобным для "
"клиентов, самостоятельно используя оригинальный интерфейс."

@krizalys
Copy link
Contributor Author

Also update .po files and squashed the commits together.

@guokan-shang guokan-shang merged commit 76db181 into DesignPatternsPHP:master Jun 14, 2016
@guokan-shang
Copy link
Contributor

Thanks 👍

@guokan-shang guokan-shang mentioned this pull request Jun 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants