2023-11-03 12:23:48 +01:00
|
|
|
#!/bin/bash
|
|
|
|
# - sync ftl
|
|
|
|
# - ./copy-core-string.sh scheduling-review browsing-sidebar-card-state-review
|
|
|
|
# - confirm changes in core-repo/ correct
|
2023-11-03 23:45:02 +01:00
|
|
|
# - commit and push changes
|
|
|
|
# - ensure string in template isn't in the 'no need to translate' section
|
|
|
|
# - update submodule in main repo
|
2023-11-03 12:23:48 +01:00
|
|
|
./ftl string copy ftl/core-repo/core ftl/core-repo/core $1 $2
|