mihon/i18n
KaiserBh 39d5714a1b
feat: Implemented Lock Mechanism for Synchronization.
- Refactored beforeSync() to incorporate a robust locking mechanism.
- Added backoff strategy to handle race conditions during concurrent sync attempts.
- Ensured single instance of sync data file on Google Drive to prevent duplication.
- Optimized lock file checking and handling for efficient synchronization process.

This update significantly improves the reliability and efficiency of the syncing process by preventing race conditions and ensuring that synchronization actions are atomic.

Signed-off-by: KaiserBh <kaiserbh@proton.me>
2024-01-07 09:48:44 +11:00
..
src feat: Implemented Lock Mechanism for Synchronization. 2024-01-07 09:48:44 +11:00
.gitignore Migrate to multiplatform string resources (#10147) 2023-11-18 13:54:56 -05:00
build.gradle.kts Suppress build warnings from MPP modules 2023-11-19 10:54:19 -05:00
README.md Minor cleanup/docs 2023-12-10 10:10:27 -05:00

i18n

This module houses the string resources and translations.

Original English strings are manged in src/commonMain/resources/MR/base/. Translations are done externally via Weblate. See our website for more details.