Hacktoberfest - first 5 PR - part 5
- Hacktoberfest - first 5 PR - part 1
- Hacktoberfest - first 5 PR - part 2
- Hacktoberfest - first 5 PR - part 3
- Hacktoberfest - first 5 PR - part 4
5th PR - Adding Language
The fifth PR is a bit different with the previous four. Since the repository hacktoberfest-2k18-katas has been archived by the owner, it is currently in read-only mode. So I started to find a new repository to work on, and that was iskra-webkit-greeter.The repository is a "A beautiful, awesome themed login screen written on lightdm and the lightdm-webkit2-greeter."
The Issue
The owner request to add multi-language support for some words in the login screen, including:- Hibernate: "Hibernate"
- Suspend: "Suspend"
- Restart: "Restart"
- Shutdown: "Shutdown"
- Lock: "Lock"
- UserPlaceholder: "User"
- PasswordPlaceholder: "Password"
- UsernameWarning: "Please enter your username."
- PasswordWarning: "Please enter your password."
Since I know Vietnamese so I chose to add Vietnamese support to app. The steps are very easy to follow since the owner already pointed them out clearly.
Comments
Post a Comment