Add localization support

This commit is contained in:
Pete Batard
2019-01-14 11:47:25 +00:00
parent fc31ef3f59
commit e4467b621b
3 changed files with 98 additions and 79 deletions

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
# indicate this is the root of the project
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8