Skip to content

Commit

Permalink
Update example2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Feb 3, 2023
1 parent 490734f commit e606e9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 2 additions & 5 deletions example2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ if [ "${BASH_VERSION:-}" ]; then
fi

echo "==== N_ ===="
N_ "Hello World."
for i in "$@"; do
_ "$i"
done
echo
var=$(N_ "Hello World.")
_ "$var"
echo

echo "==== S_ ===="
Expand Down
10 changes: 5 additions & 5 deletions po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -131,22 +131,22 @@ msgstr "変数配列 3"
msgid "Array 1"
msgstr "配列 1"

#: example2.sh:63
#: example2.sh:67
msgid "Array 2"
msgstr "配列 2"

#: example2.sh:64
#: example2.sh:68
msgid "Array 3"
msgstr "配列 3"

#: example2.sh:80
#: example2.sh:83
msgid "Associative Array 1"
msgstr "連想配列 1"

#: example2.sh:81
#: example2.sh:84
msgid "Associative Array 2"
msgstr "連想配列 2"

#: example2.sh:82
#: example2.sh:85
msgid "Associative Array 3"
msgstr "連想配列 3"

0 comments on commit e606e9b

Please sign in to comment.