@@ -161,7 +161,7 @@ discard block |
||
161 | 161 | * Creates a list of all available translations. |
162 | 162 | * |
163 | 163 | * @param \Aimeos\MShop\Context\Item\Iface $context Context object |
164 | - * @return array List of language IDs with labels |
|
164 | + * @return string List of language IDs with labels |
|
165 | 165 | */ |
166 | 166 | protected function getJsonLanguages( \Aimeos\MShop\Context\Item\Iface $context ) |
167 | 167 | { |
@@ -237,7 +237,6 @@ discard block |
||
237 | 237 | * |
238 | 238 | * @param \Aimeos\MShop\Context\Item\Iface $context Context object |
239 | 239 | * @param string $sitecode Unique site code |
240 | - * @param string $locale ISO language code, e.g. "en" or "en_GB" |
|
241 | 240 | * @return \Aimeos\MShop\Context\Item\Iface Modified context object |
242 | 241 | */ |
243 | 242 | protected function setLocale( \Aimeos\MShop\Context\Item\Iface $context, $sitecode = 'default' ) |