|
Revision 1375, 338 bytes
(checked in by jmorliaguet, 3 years ago)
|
- added a custom pot file
- i18n updates
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
.PHONY: merge update |
|---|
| 2 |
|
|---|
| 3 |
all: merge update |
|---|
| 4 |
|
|---|
| 5 |
merge: |
|---|
| 6 |
cat ./cpsskins.pot ./custom.pot > ref.pot |
|---|
| 7 |
msgmerge -U fr/LC_MESSAGES/cpsskins.po ./ref.pot |
|---|
| 8 |
msgmerge -U en/LC_MESSAGES/cpsskins.po ./ref.pot |
|---|
| 9 |
|
|---|
| 10 |
update: |
|---|
| 11 |
msgfmt ./fr/LC_MESSAGES/cpsskins.po -o ./fr/LC_MESSAGES/cpsskins.mo |
|---|
| 12 |
msgfmt ./en/LC_MESSAGES/cpsskins.po -o ./en/LC_MESSAGES/cpsskins.mo |
|---|