Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance documentation #35

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/neo4j-arc/i18n.adoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
:description: This section describes how i18n is implemented in neo4j-arc and how to use it

[[neo4j-arc-i18n]]
= Neo4J Arc Internationalization
= Internationalization

Default displaed text is in English if left un-translated

== How to Enable i18n in neo4j-ard
== How to Enable i18n in neo4j-arc

=== Intalling react-i18next[https://qubitpi.gitbook.io/react-i18next/]
=== Intalling https://qubitpi.gitbook.io/react-i18next/[react-i18next]

[source,javascript]
----
Expand Down
2 changes: 1 addition & 1 deletion src/neo4j-arc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neo4j-devtools-arc",
"version": "0.0.64",
"version": "0.0.65",
"main": "dist/neo4j-arc.js",
"author": "Neo4j Inc.",
"license": "GPL-3.0",
Expand Down