diff options
author | Callan Barrett <wizzomafizzo@gmail.com> | 2008-12-20 18:14:26 +0900 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-20 13:02:24 -0500 |
commit | e6f076addd68de7895c6f4cafaa2ef88b18e9e70 (patch) | |
tree | 3015198c64d6f12eddc39a2e5ab7523299a72fc6 /web/lang/account_po.inc | |
parent | a386ab583583dafb3e566c019e4669f31b48d96e (diff) | |
download | aurweb-e6f076addd68de7895c6f4cafaa2ef88b18e9e70.tar.xz |
Remove the english includes from the main translation files
Is that what they're called? I have no idea I'm not good with computers
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/account_po.inc')
-rw-r--r-- | web/lang/account_po.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/lang/account_po.inc b/web/lang/account_po.inc index 81a8e7f..fc23194 100644 --- a/web/lang/account_po.inc +++ b/web/lang/account_po.inc @@ -11,8 +11,6 @@ include_once("translator.inc"); global $_t; -include_once("en/account_po.inc"); - include_once("pl/account_po.inc"); include_once("it/account_po.inc"); |