mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #364] [MERGED] French #736
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#736
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/364
Author: @Hadrien-lcrx
Created: 2/25/2020
Status: ✅ Merged
Merged: 3/3/2020
Merged by: @Rokt33r
Base:
master← Head:french📝 Commits (4)
46c06fdAdd French, correct Spanishe70918d"Missed in previous commit"c636399Typos and formulationsc7dc322Remove git files📊 Changes
5 files changed (+171 additions, -6 deletions)
View changed files
📝
src/components/PreferencesModal/GeneralTab.tsx(+1 -0)📝
src/lib/i18n.ts(+3 -1)📝
src/lib/preferences.ts(+1 -0)📝
src/locales/esEs.ts(+5 -5)➕
src/locales/frFR.ts(+161 -0)📄 Description
esEs.tsinsrc/localestoesES.tsfor consistency. Modified corresponding import statements insrc/lib/i18n.tssrc/locales, on line 60 of any.tsfiles, you have a'note.date'key. It's "ago" in English, which would render as "20 days ago". In French, it's "il y a", which would render as "Il y a 20 jours". So the locale ends up in front of the value instead of after. Same thing in Spanish: "Hace 20 días". I would verify how this specific locale renders in these languages, to make sure language specific grammar is respected.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.