@umituz/react-native-localization 1.5.9 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-localization",
3
- "version": "1.5.9",
3
+ "version": "1.6.0",
4
4
  "description": "Universal localization system for React Native apps with i18n support",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -24,8 +24,6 @@
24
24
  "loginFailed": "Login failed. Please check your credentials.",
25
25
  "registrationFailed": "Registration failed. Please try again.",
26
26
  "logout": "Logout",
27
- "profile": "Profile",
28
- "account": "Account",
29
27
  "signedInAs": "Signed in as",
30
28
  "guestMode": "Guest Mode",
31
29
  "guestModeDescription": "Your data is stored locally on this device",
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "appName": "App Name",
3
3
  "tagline": "Welcome",
4
- "version": "Version {{version}}",
5
4
  "splash": {
6
5
  "loading": "Loading..."
7
6
  }
@@ -61,7 +61,6 @@
61
61
  "relative": {
62
62
  "now": "Now",
63
63
  "justNow": "Just now",
64
- "today": "Today",
65
64
  "yesterday": "Yesterday",
66
65
  "tomorrow": "Tomorrow",
67
66
  "thisWeek": "This week",
@@ -134,7 +133,6 @@
134
133
  "clearDate": "Clear Date",
135
134
  "clearTime": "Clear Time",
136
135
  "confirmDate": "Confirm Date",
137
- "confirmTime": "Confirm Time",
138
- "cancel": "Cancel"
136
+ "confirmTime": "Confirm Time"
139
137
  }
140
138
  }
@@ -29,14 +29,12 @@
29
29
  "photosNotAvailable": "Photo library not available"
30
30
  },
31
31
  "common": {
32
- "somethingWentWrong": "Something went wrong",
33
32
  "tryAgainLater": "Please try again later",
34
33
  "unexpectedError": "An unexpected error occurred"
35
34
  },
36
35
  "actions": {
37
36
  "dismiss": "Dismiss",
38
37
  "retry": "Retry",
39
- "cancel": "Cancel",
40
38
  "goBack": "Go Back",
41
39
  "contactSupport": "Contact Support"
42
40
  }
@@ -19,7 +19,6 @@
19
19
  "skip": "Skip",
20
20
  "retry": "Retry",
21
21
  "refresh": "Refresh",
22
- "search": "Search",
23
22
  "filter": "Filter",
24
23
  "sort": "Sort",
25
24
  "add": "Add",
@@ -53,5 +52,6 @@
53
52
  "viewAll": "View all",
54
53
  "showMore": "Show more",
55
54
  "showLess": "Show less",
55
+ "back": "Back",
56
56
  "start": "Start"
57
57
  }
@@ -20,7 +20,7 @@
20
20
  * This file is automatically generated by setup-languages.js or createLocaleLoaders.js
21
21
  * but can be manually edited if needed.
22
22
  *
23
- * Generated: 2025-11-13T00:34:49.309Z
23
+ * Generated: 2025-11-13T00:36:17.340Z
24
24
  */
25
25
 
26
26
  // Metro bundler require.context - auto-discover all .json files
@@ -1,7 +1,5 @@
1
1
  {
2
2
  "home": "Home",
3
- "settings": "Settings",
4
- "about": "About",
5
3
  "explore": "Explore",
6
4
  "search": "Search",
7
5
  "favorites": "Favorites",
@@ -15,9 +13,11 @@
15
13
  "categories": "Categories",
16
14
  "saved": "Saved",
17
15
  "history": "History",
18
- "today": "Today",
19
16
  "statistics": "Statistics",
20
17
  "reminders": "Reminders",
21
18
  "profile": "Profile",
22
- "account": "Account"
19
+ "account": "Account",
20
+ "settings": "Settings",
21
+ "about": "About",
22
+ "today": "Today"
23
23
  }
@@ -1,6 +1,4 @@
1
1
  {
2
- "skip": "Skip",
3
- "getStarted": "Get Started",
4
2
  "welcome": {
5
3
  "title": "Welcome!",
6
4
  "subtitle": "Get started",
@@ -56,11 +54,5 @@
56
54
  "title": "You're All Set!",
57
55
  "subtitle": "Let's get started!",
58
56
  "startButton": "Start Using App"
59
- },
60
- "navigation": {
61
- "next": "Next",
62
- "back": "Back",
63
- "skip": "Skip",
64
- "done": "Done"
65
57
  }
66
58
  }