digitalpalitools / web-ui

Test application for Digital Pāli Tools project.
https://d.pali.tools/apps
Other
1 stars 1 forks source link

Moves and renames JSON files related to localisation + redirects i18ns to them. #15

Closed smkvr98 closed 3 years ago

smkvr98 commented 3 years ago

Deals with substep 1 of step 0 of #12.

smkvr98 commented 3 years ago

test: the giveFeedback button should continue to be localized in all languages tested. GiveFeedback button localisation found to be consistent with present entries at d.pali.tools

smkvr98 commented 3 years ago

sidenote: bash code used -


do
mv $f "$(basename "$f" .json)"."$(dirname "$f")".json;
done```