Skip to content

Commit 6632853

Browse files
committed
update readme
1 parent 198118c commit 6632853

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# React AutoLocalise
1+
# React Native/Expo Auto Localization SDK
22

3-
This is SDK for [AutoLocalise](<[AutoLocalise](https://www.autolocalise.com)>).
3+
This is SDK for [AutoLocalise](https://www.autolocalise.com).
44

55
A lightweight, efficient auto-translation SDK for React Native and Expo applications. This SDK provides seamless integration for automatic content translation with support for offline mode.
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
},
5454
"repository": {
5555
"type": "git",
56-
"url": "https://github.com/your-username/your-repo-name.git"
56+
"url": "https://github.com/AutoLocalise/react-native-autolocalise"
5757
},
5858
"bugs": {
59-
"url": "https://github.com/your-username/your-repo-name/issues"
59+
"url": "https://github.com/AutoLocalise/react-native-autolocalise/settings/issues"
6060
}
6161
}

src/services/translation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class TranslationService {
1414
private pendingTranslations: Map<string, string | undefined> = new Map();
1515
private batchTimeout: ReturnType<typeof setTimeout> | null = null;
1616
private cacheKey = "";
17-
private baseUrl = process.env.BASE_URL;
17+
private baseUrl = "https://autolocalise-main-53fde32.zuplo.app";
1818
public isInitialized = false;
1919

2020
public isTranslationPending(text: string): boolean {

0 commit comments

Comments
 (0)