From 67e7d49abed75d8ef3c339246aa1e7e21a85090e Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 26 Nov 2019 13:22:31 -0300 Subject: [PATCH] [CONTRIBUTING] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83c87a6a..277c492c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ The way to go here is to ask yourself if the improvement would be useful for mor * Follow the [PEP 8](https://www.python.org/dev/peps/pep-0008/) code style to keep the code consistent. # Adding a new translation -* To add a new translation, you will have to create a file in each directory listed below named as the first two letters in the ISO format (e.g: for 'english' would be 'en'): +* To add a new translation, you will have to create a file in each directory listed below named as the first two letters of the language in the ISO format (e.g: for 'english' would be 'en'): - **bauh/view/resources/locale** - **bauh/gems/appimage/resources/locale** - **bauh/gems/arch/resources/locale**