-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped version 1.0.0.11.
- Loading branch information
Showing
5 changed files
with
63 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,34 @@ | ||
# Polang | ||
|
||
![Icon](http://www.cherubicsoft.com/_media/projects/polang/polang.png) | ||
|
||
Converting PoEdit files (.po) to and from Language files (.lang). This utility can help in translation of .lang-based programs like Minecraft and its mods. | ||
|
||
|
||
![Screenshot](http://www.cherubicsoft.com/_media/projects/polang/polang-main.png) | ||
|
||
## Features | ||
|
||
* Convert original en_US.lang file to poEdit template file (.pot). So it's pretty easy to create a new or update an existing translation. | ||
* Merge half-translated .lang-file to yours PoEdit file (.po). So existing work will never lost. | ||
* Convert translated PoEdit file (.po) back to .lang-file. | ||
# Polang | ||
|
||
![Icon](http://www.cherubicsoft.com/_media/projects/polang/polang.png) | ||
|
||
Converting PoEdit files (.po) to and from Language files (.lang). | ||
|
||
This utility can help in translation of .lang-based programs like Minecraft and its mods. | ||
|
||
|
||
![Screenshot](http://www.cherubicsoft.com/_media/projects/polang/polang-main.png) | ||
|
||
## Features | ||
|
||
* Convert original en_US.lang file to poEdit template file (.pot). So it's pretty easy to create a new or update an existing translation. | ||
* Merge half-translated .lang-file to yours PoEdit file (.po). So existing work will never lost. | ||
* Convert translated PoEdit file (.po) back to .lang-file preserving formatting of original file. | ||
|
||
## Copyright | ||
|
||
Copyright (C) 2017 Nikolay Raspopov <<raspopov@cherubicsoft.com>> | ||
https://github.com/raspopov/polang | ||
|
||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
|
||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. |
Binary file not shown.