Skip to content

Commit 8bbd7a8

Browse files
authored
Improve translation overview text of/for #261 (#1431)
i18n.nu is used to update #261
1 parent 6b0a50a commit 8bbd7a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

i18n.nu

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def 'has-ref' [
1616
# Update issue contents for https://github.com/nushell/nushell.github.io/issues/261
1717
def update-i18n-status [] {
1818

19-
print "The following table holds the overview of the Nushell docs’ writing and translation status. Welcome to participate in the translation of the docs. And please update the `i18n-meta.json` file after you have finished writing or translating the doc. Thanks"
19+
print "The following table holds the overview of the Nushell docs’ writing and translation status. We welcome translations and translation updates. When making changes please keep the `i18n-meta.json` file up-to-date."
2020
print $'(char nl)---(char nl)'
2121

2222
let status = (
@@ -35,7 +35,7 @@ def update-i18n-status [] {
3535
)
3636
print $status
3737

38-
print $'(char nl)Possible status values: `-`,`Completed`,`In Progress`,`Being translated by @ABC`, `commit_id@author` or simply a COMMIT ID indicate your translation end to.(char nl)'
38+
print $'(char nl)Possible status values: `-`,`Completed`,`In Progress`,`translated by @ABC`,`commit_id@author`,`commit_id`.(char nl)'
3939
}
4040

4141
def get-cell [

0 commit comments

Comments
 (0)