LibreChat
LibreChat copied to clipboard
🌎: Update Portuguese Translation
Summary
Portuguese Translation Update
Change Type
- [x] Translation update
Hi @itzraiss can you run eslint from the root directory to ensure there are no repeated keys? It has happened a few times with your PRs so I wanted to inform you though there probably isn't an issue.
from root of project: npx eslint client/src/localization/languages/Br.tsx (you may need to setup npx but is usually included with npm)
Hi @itzraiss can you run eslint from the root directory to ensure there are no repeated keys? It has happened a few times with your PRs so I wanted to inform you though there probably isn't an issue.
from root of project:
npx eslint client/src/localization/languages/Br.tsx(you may need to setup npx but is usually included with npm)
Of course, I apologize for the previous errors, and here it is: ```C:\Users\itzra\OneDrive\Desktop\LibreChat>npx eslint client/src/localization/languages/Br.tsx
C:\Users\itzra\OneDrive\Desktop\LibreChat>``` passed all the rules.