summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2016-02-15 13:07:34 +0100
committerMassimiliano Torromeo2016-02-15 13:07:34 +0100
commit01198b5d1fd9d924767fa47459f64240f46878fe (patch)
treef9b702b430dc25fa45b8c2912ff07c5a43367af3
parent355555cc5efa84658376a66dec8fce68dcdee2c8 (diff)
downloadaur-01198b5d1fd9d924767fa47459f64240f46878fe.tar.gz
Added i18n folder
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 830f204e092f..ed7f579a1466 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -78,6 +78,7 @@ package() {
cp -RL "$GO_PLATFORM_DIR"/web/{static,templates} web/
cp -RL "$GO_PLATFORM_DIR"/api/templates api/
+ cp -RL "$GO_PLATFORM_DIR"/i18n .
echo $pkgver > config/build.txt
mv web/static/js/bundle{,-$pkgver}.min.js