diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-07 04:14:47 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-10 16:27:39 +0200 |
commit | b10c7fb86b366b74422e44a143d4a8c8ad2eda88 (patch) | |
tree | 4d7bdf23bcf3aae86dfd1c88e678a7aebc50fc29 | |
parent | b2a04c1238a0b83b1115c811d9bd3aa08d5c2eae (diff) | |
download | aurweb-b10c7fb86b366b74422e44a143d4a8c8ad2eda88.tar.xz |
Add note on gettext migration to "UPGRADING".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r-- | UPGRADING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ Upgrading ========= +From 1.8.2 to 1.9.0 +------------------- + +1. Translation files are now gettext compatible and need to be compiled after +each AUR upgrade by running `make install` in the "po/" directory. + From 1.8.1 to 1.8.2 ------------------- |