You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For translations extra files would be useful. (maybe a dir like translations/de-DE.sh)
And when we are at it, we could also put functions into a file, which can be load by many other scripts. This would possibly also be useful for #32 and we could reduce code duplication (in borgcron.sh and borgcron_starter.sh).
A file like commons.sh or functions.sh could then also be loaded by unit tests, which makes testing easier…
The text was updated successfully, but these errors were encountered:
For translations extra files would be useful. (maybe a dir like
translations/de-DE.sh
)And when we are at it, we could also put functions into a file, which can be load by many other scripts. This would possibly also be useful for #32 and we could reduce code duplication (in
borgcron.sh
andborgcron_starter.sh
).A file like
commons.sh
orfunctions.sh
could then also be loaded by unit tests, which makes testing easier…The text was updated successfully, but these errors were encountered: