Update version to 4.5.0 in package.json and adjust PO revision dates across multiple language files to reflect recent changes.

This commit is contained in:
Amruth Pillai
2025-10-01 09:46:55 +00:00
parent cc576f5220
commit 4c6b512455
57 changed files with 3604 additions and 2017 deletions

View File

@ -23,4 +23,5 @@ export const parseCSV = async (string: string) => {
* @returns
*/
export const parseArrayLikeCSVEntry = (csvEntry: string) =>
// eslint-disable-next-line unicorn/better-regex
csvEntry.replace(/^\[/, "").replace(/\]$/, "").split(",");