diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-13 00:38:37 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-13 00:38:37 +0200 |
commit | e21fd741db045667ba2f1f7e69b4bb9d97a65a3e (patch) | |
tree | dc77fda973c8d07516d49a7c4c570679faafaf7f | |
parent | c7847df3890ef104bb09843b30592cea17f354aa (diff) | |
download | hyperfi-e21fd741db045667ba2f1f7e69b4bb9d97a65a3e.tar.lz hyperfi-e21fd741db045667ba2f1f7e69b4bb9d97a65a3e.tar.xz hyperfi-e21fd741db045667ba2f1f7e69b4bb9d97a65a3e.zip |
New Release : 2016.04.13.00.38.26
-rw-r--r-- | archfi | 2 | ||||
-rw-r--r-- | lng/README.md | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -12,7 +12,7 @@ # referance : https://wiki.archlinux.org/index.php/Installation_guide -apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.13.00.23.22 (GPLv3)" +apptitle="Arch Linux Fast Install (archfi) - Version: 2016.04.13.00.38.26 (GPLv3)" baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master diff --git a/lng/README.md b/lng/README.md new file mode 100644 index 0000000..867f8c3 --- /dev/null +++ b/lng/README.md @@ -0,0 +1,11 @@ +#Translations + +Translations is simple... +Fork the project. +Create your language file. +Pull Request your change. + +You can test your change with the next command : +sh archfi {githubusername} {branchname} +As exemple : +sh archfi matmoul master |