Skip to content

Commit 0da23fc

Browse files
committed
Typographical suggestions by @ashnazg
1 parent f7b9ce9 commit 0da23fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposed/internationalization-meta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1. Summary
44

5-
Developers of components that are not coupled to any specific framework often find themselves in need of displaying a message to the user of the web application. However, being as they are not a component of a specific framework - their options for making these messages localizable is limited. In many cases, developers will make no attempt to pass these messages through a localization layer.
5+
Developers of components that are not coupled to any specific framework often find themselves in need of displaying a message to the user of the web application. However, being as they are not a component of a specific framework, their options for making these messages localizable is limited. In many cases, developers will make no attempt to pass these messages through a localization layer.
66

77
To resolve this issue and encourage the localization of libraries, a standard method for translating and transforming messages is necessary.
88

@@ -14,7 +14,7 @@ To resolve this issue and encourage the localization of libraries, a standard me
1414

1515
### 3.2. Non-Goals
1616

17-
* This PSR does not provide a standard for the storage and management of translatable items and their translations. That is, this PSR is about denoting that a message is translateable - not providing the specific translations for it.
17+
* This PSR does not provide a standard for the storage and management of translatable items and their translations. That is, this PSR is about denoting that a _message is translatable_ - **not** providing the specific translations for it.
1818
* This PSR does not provide a mechanism for collecting translatable items from a component's source code.
1919
* This PSR only addresses text present in PHP code. It is not concerned with the translation of user content stored in a database or similar data store.
2020

0 commit comments

Comments
 (0)