Translations/ tweak conversion script and fix locale #12634
+9
−9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WHAT
tweak script that converts english and translated text entries into CSV doc, as well as fix Tagalog locale in
TranslationPrompts
WHY
we don't need linebreaks for these CSV values and we want the correct locale for Tagalog (note: I already fixed these entries manually in the rails console so that they have the correct locale value-- this is just for cleanup)
HOW
remove
wrap_text
formatter function from script and change Tagaloglocale
fromts
totl
Screenshots
(If applicable. Also, please censor any sensitive data)
Notion Card Links
(Please provide links to any relevant Notion card(s) relevant to this PR.)
https://www.notion.so/quill/Translation-Project-Complete-Translations-of-other-Languages-11dd42e6f94180559387d370d57ea7af
What have you done to QA this feature?
(Provide enough detail that a reviewer could assess whether additional QA should be done. For larger projects, additionally use the Engineer Feature Testing Notion template. Review Guidelines if needed: https://www.notion.so/quill/Github-PR-QA-Guidelines-49e99fc965654ceeb8c6249bd9d181d7)
ran script locally and on staging