make update-pot
cd /home/nskaggs/projects/ubuntutouch/merges/1429896/internals && ./generate-pot
nskaggs@balloons:~/projects/ubuntutouch/merges/1429896$ ls po
de.po es.po fr.po help.pot it.po pt.po ro.po
nskaggs@balloons:~/projects/ubuntutouch/merges/1429896$ make translations
cd /home/nskaggs/projects/ubuntutouch/merges/1429896/internals; ./generate-translations
Traceback (most recent call last):
File "./generate-translations", line 17, in <module>
main()
File "./generate-translations", line 12, in main
translations.generate_translations()
File "/home/nskaggs/projects/ubuntutouch/merges/1429896/internals/translations/build.py", line 300, in generate_translations
self.po.generate_fake_pofile()
File "/home/nskaggs/projects/ubuntutouch/merges/1429896/internals/translations/build.py", line 210, in generate_fake_pofile
shutil.copy(self.pot_fn, self.fake_po_fn)
File "/usr/lib/python3.4/shutil.py", line 229, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.4/shutil.py", line 109, in copyfile
with open(dst, 'wb') as fdst:
FileNotFoundError: [Errno 2] No such file or directory: '../po/en_US.po'
Makefile:56: recipe for target 'translations' failed
make: *** [translations] Error 1
nskaggs@balloons:~/projects/ubuntutouch/merges/1429896$ make appp
make: *** No rule to make target 'appp'. Stop.
nskaggs@balloons:~/projects/ubuntutouch/merges/1429896$ make app
cd /home/nskaggs/projects/ubuntutouch/merges/1429896/internals; ./generate-translations
Traceback (most recent call last):
File "./generate-translations", line 17, in <module>
main()
File "./generate-translations", line 12, in main
translations.generate_translations()
File "/home/nskaggs/projects/ubuntutouch/merges/1429896/internals/translations/build.py", line 300, in generate_translations
self.po.generate_fake_pofile()
File "/home/nskaggs/projects/ubuntutouch/merges/1429896/internals/translations/build.py", line 210, in generate_fake_pofile
shutil.copy(self.pot_fn, self.fake_po_fn)
File "/usr/lib/python3.4/shutil.py", line 229, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.4/shutil.py", line 109, in copyfile
with open(dst, 'wb') as fdst:
FileNotFoundError: [Errno 2] No such file or directory: '../po/en_US.po'
Makefile:56: recipe for target 'translations' failed
make: *** [translations] Error 1