mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
8 lines
344 B
Bash
Executable file
8 lines
344 B
Bash
Executable file
#!/bin/bash
|
|
# - sync ftl
|
|
# - ./copy-core-string.sh scheduling-review browsing-sidebar-card-state-review
|
|
# - confirm changes in core-repo/ correct
|
|
# - 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
|