diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-11-22 23:18:54 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-11-22 23:18:54 +0300 |
| commit | a3162add37d5e4468a044dce7d4aad96594a2c54 (patch) | |
| tree | 94711ff281157ef1abbf9f1684ed8661bee947aa /functions.php | |
| parent | ceb0cab568051f1593571904158f30532a63dd4e (diff) | |
add ca_CA translation
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php index c20ea020a..9d32e98f3 100644 --- a/functions.php +++ b/functions.php @@ -23,6 +23,7 @@ function get_translations() { $tr = array( "auto" => "Detect automatically", + "ca_CA" => "Català", "en_US" => "English", "es_ES" => "Español", "de_DE" => "Deutsch", |