Skip to content
Snippets Groups Projects
Commit 2e5f1142 authored by Thomas Müller's avatar Thomas Müller
Browse files

return plural form in ajax translations

parent e04bf0aa
No related branches found
No related tags found
No related merge requests found
......@@ -27,4 +27,4 @@ $app = OC_App::cleanAppId($app);
$l = OC_L10N::get( $app );
OC_JSON::success(array('data' => $l->getTranslations()));
OC_JSON::success(array('data' => $l->getTranslations(), 'plural_form' => $l->getPluralFormString()));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment