You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know, this isn't managed in Tripod.
I think language can be an option for the getters and setters.
But there's a whole lot of cases to manage.
I just discovered ruby-rdf/spira (while writing this issue). It seems to support it so switching my app to use spira instead of tripod may be faster than coding this for tripod (sorry).
I'll let you know. I like tripod!
The text was updated successfully, but these errors were encountered:
So I switched to spira, which was way too slow for our needs, came back to tripod and wrote a very basic getter for localized field. Please have a look.
I added an optional hash as a parameter to getters, so you can specify a different locale than the current one or get all values, just as in my specs. Here's the commit
Hello!
OK so this is a pretty big one...
We're going to add language tags to our litterals in our RDF store to have a multilingual knoledgebase.
As far as I know, this isn't managed in Tripod.
I think language can be an option for the getters and setters.
But there's a whole lot of cases to manage.
I just discovered ruby-rdf/spira (while writing this issue). It seems to support it so switching my app to use spira instead of tripod may be faster than coding this for tripod (sorry).
I'll let you know. I like tripod!
The text was updated successfully, but these errors were encountered: