summaryrefslogtreecommitdiff
path: root/shared-bindings/help.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-07-31 16:53:54 -0700
committerScott Shawcroft <scott@tannewt.org>2018-08-07 14:58:57 -0700
commit933add6cd833bb6ba6682ad2b6eb478871415ff5 (patch)
tree8cb5ee1feb0516c24ee270fcee5ed00d310aced8 /shared-bindings/help.c
parent2029c4e87e3e71ada07c8be91fe6877edf4a606b (diff)
Support internationalisation.
Diffstat (limited to 'shared-bindings/help.c')
-rw-r--r--shared-bindings/help.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-bindings/help.c b/shared-bindings/help.c
index d8ffc13dd..78301a91a 100644
--- a/shared-bindings/help.c
+++ b/shared-bindings/help.c
@@ -35,10 +35,11 @@
//| prints general port information.
//|
+// TODO(tannewt): Figure out how to translate this. Its weird because its a global string.
+
const char circuitpython_help_text[] =
"Welcome to Adafruit CircuitPython " MICROPY_GIT_TAG "!\r\n"
"\r\n"
"Please visit learn.adafruit.com/category/circuitpython for project guides.\r\n"
"\r\n"
"To list built-in modules please do `help(\"modules\")`.\r\n";
-;