From 0772b545eaa0e61d7c3493188ce64fc2d3b0a0c8 Mon Sep 17 00:00:00 2001 From: heikokue <74769863+heikokue@users.noreply.github.com> Date: Fri, 12 Mar 2021 14:17:23 +0100 Subject: [PATCH] added i18n help files (#766) --- .../locales/en-US/mlsentiment.html | 29 ++++ analysis/mlsentiment/mlsentiment.html | 29 ---- function/PID/locales/en-US/pidcontrol.html | 8 + function/PID/pidcontrol.html | 8 - function/datagenerator/datagenerator.html | 11 -- .../locales/en-US/datagenerator.html | 11 ++ function/smooth/17-smooth.html | 10 -- function/smooth/locales/en-US/17-smooth.html | 10 ++ hardware/Arduino/35-arduino.html | 16 -- .../Arduino/locales/en-US/35-arduino.html | 16 ++ hardware/pigpiod/locales/en-US/pi-gpiod.html | 33 ++++ hardware/pigpiod/pi-gpiod.html | 33 ---- hardware/sensehat/locales/en-US/sensehat.html | 100 ++++++++++++ hardware/sensehat/sensehat.html | 143 +++--------------- io/serialport/25-serial.html | 56 ------- io/serialport/locales/en-US/25-serial.html | 56 +++++++ social/irc/91-irc.html | 69 --------- social/irc/locales/en-US/91-irc.html | 67 ++++++++ social/notify/57-notify.html | 7 - social/notify/locales/en-US/57-notify.html | 7 + storage/leveldb/67-leveldb.html | 17 +-- storage/leveldb/locales/en-US/67-leveldb.html | 13 ++ storage/mongodb/66-mongodb.html | 75 --------- storage/mongodb/locales/en-US/66-mongodb.html | 74 +++++++++ storage/mysql/68-mysql.html | 19 --- storage/mysql/locales/en-US/68-mysql.html | 18 +++ storage/redis/65-redisout.html | 5 - storage/redis/locales/en-US/65-redisout.html | 5 + time/suncalc/79-suncalc.html | 11 -- time/suncalc/locales/en-US/79-suncalc.html | 11 ++ time/timeswitch/locales/en-US/timeswitch.html | 12 ++ time/timeswitch/timeswitch.html | 12 -- utility/annotate-image/annotate.html | 64 -------- .../locales/en-US/annotate.html | 64 ++++++++ utility/daemon/daemon.html | 11 -- utility/daemon/locales/en-US/daemon.html | 10 ++ utility/exif/94-exif.html | 11 -- utility/exif/locales/en-US/94-exif.html | 11 ++ 38 files changed, 578 insertions(+), 584 deletions(-) create mode 100644 analysis/mlsentiment/locales/en-US/mlsentiment.html create mode 100644 function/PID/locales/en-US/pidcontrol.html create mode 100644 function/datagenerator/locales/en-US/datagenerator.html create mode 100644 function/smooth/locales/en-US/17-smooth.html create mode 100644 hardware/Arduino/locales/en-US/35-arduino.html create mode 100644 hardware/pigpiod/locales/en-US/pi-gpiod.html create mode 100644 hardware/sensehat/locales/en-US/sensehat.html create mode 100644 io/serialport/locales/en-US/25-serial.html create mode 100644 social/irc/locales/en-US/91-irc.html create mode 100644 social/notify/locales/en-US/57-notify.html create mode 100644 storage/leveldb/locales/en-US/67-leveldb.html create mode 100644 storage/mongodb/locales/en-US/66-mongodb.html create mode 100644 storage/mysql/locales/en-US/68-mysql.html create mode 100644 storage/redis/locales/en-US/65-redisout.html create mode 100644 time/suncalc/locales/en-US/79-suncalc.html create mode 100644 time/timeswitch/locales/en-US/timeswitch.html create mode 100644 utility/annotate-image/locales/en-US/annotate.html create mode 100644 utility/daemon/locales/en-US/daemon.html create mode 100644 utility/exif/locales/en-US/94-exif.html diff --git a/analysis/mlsentiment/locales/en-US/mlsentiment.html b/analysis/mlsentiment/locales/en-US/mlsentiment.html new file mode 100644 index 00000000..94378da0 --- /dev/null +++ b/analysis/mlsentiment/locales/en-US/mlsentiment.html @@ -0,0 +1,29 @@ + + diff --git a/analysis/mlsentiment/mlsentiment.html b/analysis/mlsentiment/mlsentiment.html index d6b75a8e..c8394fe5 100644 --- a/analysis/mlsentiment/mlsentiment.html +++ b/analysis/mlsentiment/mlsentiment.html @@ -118,35 +118,6 @@ - - diff --git a/function/PID/pidcontrol.html b/function/PID/pidcontrol.html index 06116a32..005808b4 100644 --- a/function/PID/pidcontrol.html +++ b/function/PID/pidcontrol.html @@ -24,14 +24,6 @@ The damping factors are typically in the range 0 - 1.
- - - - diff --git a/function/smooth/17-smooth.html b/function/smooth/17-smooth.html index 75103f05..81643a1b 100644 --- a/function/smooth/17-smooth.html +++ b/function/smooth/17-smooth.html @@ -45,16 +45,6 @@
Tip: This node ONLY works with numbers.
- - diff --git a/hardware/Arduino/35-arduino.html b/hardware/Arduino/35-arduino.html index b492fa28..dd509759 100644 --- a/hardware/Arduino/35-arduino.html +++ b/hardware/Arduino/35-arduino.html @@ -24,14 +24,6 @@
- - - - + + diff --git a/hardware/pigpiod/locales/en-US/pi-gpiod.html b/hardware/pigpiod/locales/en-US/pi-gpiod.html new file mode 100644 index 00000000..471b6c10 --- /dev/null +++ b/hardware/pigpiod/locales/en-US/pi-gpiod.html @@ -0,0 +1,33 @@ + + + + diff --git a/hardware/pigpiod/pi-gpiod.html b/hardware/pigpiod/pi-gpiod.html index 7d5a39f9..113028a5 100644 --- a/hardware/pigpiod/pi-gpiod.html +++ b/hardware/pigpiod/pi-gpiod.html @@ -167,22 +167,6 @@
- - - - + + diff --git a/hardware/sensehat/sensehat.html b/hardware/sensehat/sensehat.html index 41c42dd6..c85cce2b 100644 --- a/hardware/sensehat/sensehat.html +++ b/hardware/sensehat/sensehat.html @@ -1,132 +1,33 @@ - - - - - - - - - - - + + + + + + diff --git a/social/irc/91-irc.html b/social/irc/91-irc.html index 2849914d..f3a00627 100644 --- a/social/irc/91-irc.html +++ b/social/irc/91-irc.html @@ -15,64 +15,6 @@
- - - - - - + + diff --git a/social/notify/57-notify.html b/social/notify/57-notify.html index fe3244a2..db576917 100644 --- a/social/notify/57-notify.html +++ b/social/notify/57-notify.html @@ -10,13 +10,6 @@ - - diff --git a/storage/leveldb/67-leveldb.html b/storage/leveldb/67-leveldb.html index 60b75414..ae7969ce 100644 --- a/storage/leveldb/67-leveldb.html +++ b/storage/leveldb/67-leveldb.html @@ -6,7 +6,7 @@
- +