[Pkg-owncloud-commits] [owncloud-doc] 88/270: correct language code, owncloud/core#8587
David Prévot
taffit at moszumanska.debian.org
Thu Jul 31 03:53:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit e4cbb949d10fb6e2fa90e9b13a5a69e51a14bc15
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date: Wed May 14 01:15:02 2014 +0200
correct language code, owncloud/core#8587
---
developer_manual/app/l10n.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/developer_manual/app/l10n.rst b/developer_manual/app/l10n.rst
index 9e6e7d2..53447a1 100644
--- a/developer_manual/app/l10n.rst
+++ b/developer_manual/app/l10n.rst
@@ -62,7 +62,7 @@ Strings can then be translated in the following way:
}
public function getLanguageCode() {
- return $this->trans->getLanguage();
+ return $this->trans->getLanguageCode();
}
public sayHello() {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list