`po_slave_languages` is used to set the list of supported "slave"
languages, such as:
- po_slave_languages => [ 'fr' => 'Français',
+ po_slave_languages => { 'fr' => 'Français',
'es' => 'Español',
'de' => 'Deutsch',
- ]
+ }
Decide which pages are translatable
-----------------------------------
>>> Joey, which of these solutions do you prefer? Or another one?
>>> I tend to prefer the last one. --[[intrigeri]]
+>>>> I prefer the pipe separator, I think. I'm concerned that there is
+>>>> no way to really sanely represent complex data structures in web
+>>>> setup. --[[Joey]]
+
Pagespecs
---------