You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ How can I add a language in this project ?
20
20
---
21
21
22
22
* fork this repository
23
-
* create a directory with the short name of the language (ex: fr for French)
23
+
* create a directory with the short name of the language (ex: fr for French) from ISO-639-1 ( see [Wikipedia](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) )
24
24
* copy this three files of the english version with your translate
25
-
* add a pull request in the branch *develop* of this repository, with the name of the language
25
+
* add a pull request in the branch **develop** of this repository, with the name of the language
0 commit comments