Skip to content

Commit 038d5f3

Browse files
authored
First Version of meta document
1 parent 920d08d commit 038d5f3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

proposed/internationalisation-meta.md

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

33
## 1. Summary
44

5+
Developers of components that are unattached to specific frameworks 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 localisable is limited. In many cases, developers will make no attempt to pass these messages through a localisation layer.
56

6-
7-
## 2. Why Bother?
7+
To resolve this issue and encourage the localization of libraries, a standard method for translating and transforming messages is necessary.
88

99
## 3. Scope
1010

1111
### 3.1. Goals
1212

13+
* Provide a method by which an unattached component may display a message in a language other than the one in which the component was written in.
14+
1315
### 3.2. Non-Goals
1416

17+
* This PSR does not provide a standard for adding translations of existing messages to a data store (as a language pack may).
18+
1519
## 4. Approaches
1620

21+
To solve this, we currently aim to create an interface that an framework-unaffiliated component can rely on for transforming a message key of some sort with context into a translated and formatted string
22+
1723
## 5. People
1824

1925
### 5.1. Editor
@@ -29,3 +35,5 @@
2935
* Ben Ramsey
3036

3137
## 6. Votes
38+
39+
* Entrance Vote (TBD)

0 commit comments

Comments
 (0)