Martynas Jusevičius

Results 252 comments of Martynas Jusevičius

Hi! A place to start would be [`translations.rdf`](https://github.com/AtomGraph/LinkedDataHub/blob/master/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/translations.rdf) which contains most of the strings in the UI. But I'm afraid not all, those would have to be found and replaced....

@yiouyou great! I'd be curious to hear about your use case :) You can contact me at martynas[at]atomgraph.com

@yiouyou there's now an example with a Spanish translation. If you want to add another language, you can create a PR. https://github.com/AtomGraph/LinkedDataHub/blob/master/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/translations.rdf

Or replace it with a direct [SPARQL.js](https://github.com/RubenVerborgh/SPARQL.js/) dependency, as we'll still need to convert SPARQL to/from JSON.

The OpenSSL part is now addressed by c869e2450aa899078b1ba4992f016451607077a6 in the `develop` branch. The script now also runs on `zsh` because of the fd5dab1b08e807e007c07a0a904a665bdc2ef862 fix: > I switched the script to...

An HTTP test could verify this by making an app public, recording the `ETag` of an HTML response, then authenticating and again recording `ETag`, and checking that they are not...

Turns out this is a Saxon-JS 2 bug: https://saxonica.plan.io/issues/4830