Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Update cnchi.pot and merge it to po files. #835

Closed
wants to merge 1 commit into from
Closed

Update cnchi.pot and merge it to po files. #835

wants to merge 1 commit into from

Conversation

utuhiro78
Copy link

Current cnchi.pot in the 0.14.x branch is too old.
I updated cnchi.pot and merge it to po files (See "update-translation.sh").
I completed Japanese translation (ja.po).

update-translation.sh

#!/bin/sh

# You need lingua.
# sudo pip install lingua

rm Cnchi-0.14.x/utils/info.py
pot-create Cnchi-0.14.x
mv messages.pot Cnchi-0.14.x/po/cnchi.pot
cd Cnchi-0.14.x/po/

find . -name "*.po" | while read i; 
do 
   msgmerge "$i" cnchi.pot -o new.po; 
   mv new.po "$i"; 
done

Current cnchi.pot in the 0.14.x branch is too old.
I updated cnchi.pot and merge it to po files (See "update-translation.sh").
I completed Japanese translation (ja.po).

update-translation.sh
```
#!/bin/sh

# You need lingua.
# sudo pip install lingua

rm Cnchi-0.14.x/utils/info.py
pot-create Cnchi-0.14.x
mv messages.pot Cnchi-0.14.x/po/cnchi.pot
cd Cnchi-0.14.x/po/

find . -name "*.po" | while read i; 
do 
   msgmerge "$i" cnchi.pot -o new.po; 
   mv new.po "$i"; 
done
```
karasu added a commit that referenced this pull request Jul 29, 2018
@karasu
Copy link
Member

karasu commented Jul 29, 2018

@utuhiro78 thanks!

@karasu karasu closed this Jul 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants