Skip to content

Commit d5235d8

Browse files
committed
Update Non-Goals with Input from @Crell and @vdelau. Resolve grammar issues.
1 parent c95d443 commit d5235d8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

proposed/internationalisation-meta.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ To resolve this issue and encourage the localization of libraries, a standard me
1010

1111
### 3.1. Goals
1212

13-
* Provide a method for an independent component to display a message in a language other than the one in which the component was written in.
13+
* Provide a method for an independent component to display a message in a language other than the one in which the component was written.
1414

1515
### 3.2. Non-Goals
1616

17-
* This PSR does not provide a standard for adding translations of existing messages to a data store (as a language pack may).
17+
* This PSR does not provide a standard for the storage and management of translatable items and their translations.
18+
* This PSR does not provide a mechanism for collecting translatable items from a component's source code
1819

1920
## 4. Approaches
2021

21-
To solve this, we currently aim to create an interface that an framework-independent component can rely on for transforming a message key and context into a translated and formatted string.
22+
To solve this, we currently aim to create an interface that a framework-independent component can rely on for transforming a message key and context into a translated and formatted string.
2223

2324
## 5. People
2425

0 commit comments

Comments
 (0)