again just to show I have the structs for it right.
http://play.golang.org/p/u7QJTs-994
I'm having trouble with the value section specifically these bits are
getting lost xml:lang="es" which tell me which language this has been
translated into.
<?xml version="1.0" encoding="utf-8"?>
<appStrings xmlns="http://schemas.company.net/2010-xdr-AppString-1.0">
<item name="ui.app.com.docmanager.main.myLibrary">
<value>My Library</value>
</item>
<item name="user.view.request.details.timetorespond">
<value>Time to Respond</value>
<value xml:lang="he">זמן להגיב</value>
</item>
<item name="user.view.request.details.takeOffHold">
<value>Taken off hold</value>
<value xml:lang="es">Tomado retenida</value>
<value xml:lang="he">המריא המתנה</value>
</item>
</appstring>
Can anyone point out what I am doing wrong please ?
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.