mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Move 'review' out of 'no need to translate' section
This commit is contained in:
parent
afa39e7d96
commit
235b6aa2e4
2 changed files with 4 additions and 2 deletions
|
@ -2,5 +2,7 @@
|
||||||
# - sync ftl
|
# - sync ftl
|
||||||
# - ./copy-core-string.sh scheduling-review browsing-sidebar-card-state-review
|
# - ./copy-core-string.sh scheduling-review browsing-sidebar-card-state-review
|
||||||
# - confirm changes in core-repo/ correct
|
# - confirm changes in core-repo/ correct
|
||||||
# - commit and push changes, then update submodule in main repo
|
# - commit and push changes
|
||||||
|
# - ensure string in template isn't in the 'no need to translate' section
|
||||||
|
# - update submodule in main repo
|
||||||
./ftl string copy ftl/core-repo/core ftl/core-repo/core $1 $2
|
./ftl string copy ftl/core-repo/core ftl/core-repo/core $1 $2
|
||||||
|
|
|
@ -163,6 +163,7 @@ browsing-reparented-decks =
|
||||||
[one] Renamed { $count } deck.
|
[one] Renamed { $count } deck.
|
||||||
*[other] Renamed { $count } decks.
|
*[other] Renamed { $count } decks.
|
||||||
}
|
}
|
||||||
|
browsing-sidebar-card-state-review = Review
|
||||||
|
|
||||||
## NO NEED TO TRANSLATE. This text is no longer used by Anki, and will be removed in the future.
|
## NO NEED TO TRANSLATE. This text is no longer used by Anki, and will be removed in the future.
|
||||||
|
|
||||||
|
@ -170,4 +171,3 @@ browsing-reparented-decks =
|
||||||
browsing-card-initial = C
|
browsing-card-initial = C
|
||||||
# Exactly one character representing 'Notes'; should differ from browsing-card-initial.
|
# Exactly one character representing 'Notes'; should differ from browsing-card-initial.
|
||||||
browsing-note-initial = N
|
browsing-note-initial = N
|
||||||
browsing-sidebar-card-state-review = Review
|
|
||||||
|
|
Loading…
Reference in a new issue