Skip to content

Commit 084f9a6

Browse files
committed
Modernize locize.com URLs and refresh UTM tags
- Migrate stale http://, bare-host, and docs.locize.com links to canonical https://www.locize.com paths (per current redirects) - Use this repo's own utm_source for correct attribution - Skip image URLs (UTM on <img src> doesn't track)
1 parent cb20d18 commit 084f9a6

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The general i18next documentation is published on [www.i18next.com](https://www.
6161

6262
### 📖 What others say
6363

64-
- [How to properly internationalize a React application using i18next](https://locize.com/blog/react-i18next/) by Adriano Raiano
64+
- [How to properly internationalize a React application using i18next](https://www.locize.com/blog/react-i18next/?utm_source=react_i18next_readme&utm_medium=github&utm_campaign=readme) by Adriano Raiano
6565
- [I18n with React and i18next](https://alligator.io/react/i18n-with-react-and-i18next) via Alligator.io by Danny Hurlburt
6666
- [Ultimate Localization of React (Mobx) App with i18next](https://itnext.io/ultimate-localization-of-react-mobx-app-with-i18next-efab77712149) via itnext.io by Viktor Shevchenko
6767
- [Internationalization for react done right Using the i18next i18n ecosystem](https://reactjsexample.com/internationalization-for-react-done-right-using-the-i18next-i18n-ecosystem/) via reactjsexample.com
@@ -75,7 +75,7 @@ The general i18next documentation is published on [www.i18next.com](https://www.
7575

7676
- **Simplicity:** no need to change your webpack configuration or add additional babel transpilers, just use create-react-app and go.
7777
- **Production ready** we know there are more needs for production than just doing i18n on the clientside, so we offer wider support on [serverside](https://www.i18next.com/overview/supported-frameworks) too (nodejs, php, ruby, .net, ...). **Learn once - translate everywhere**.
78-
- **Beyond i18n** comes with [Locize](https://locize.com) bridging the gap between development and translations - covering the whole translation process. Now with a **Free plan** for your side projects!
78+
- **Beyond i18n** comes with [Locize](https://www.locize.com?utm_source=react_i18next_readme&utm_medium=github&utm_campaign=readme) bridging the gap between development and translations - covering the whole translation process. Now with a **Free plan** for your side projects!
7979

8080
![ecosystem](https://raw.githubusercontent.com/i18next/i18next/master/assets/i18next-ecosystem.jpg)
8181

@@ -100,7 +100,7 @@ $ npm install react-i18next
100100

101101
### Do you like to read a more complete step by step tutorial?
102102

103-
[Here](https://locize.com/blog/react-i18next/) you'll find a simple tutorial on how to best use react-i18next.
103+
[Here](https://www.locize.com/blog/react-i18next/?utm_source=react_i18next_readme&utm_medium=github&utm_campaign=readme) you'll find a simple tutorial on how to best use react-i18next.
104104
Some basics of i18next and some cool possibilities on how to optimize your localization workflow.
105105

106106
### Examples
@@ -162,21 +162,21 @@ This project follows the [all-contributors](https://github.com/kentcdodds/all-co
162162
<h3 align="center">Gold Sponsors</h3>
163163

164164
<p align="center">
165-
<a href="https://locize.com/" target="_blank">
165+
<a href="https://www.locize.com/?utm_source=react_i18next_readme&utm_medium=github&utm_campaign=readme" target="_blank">
166166
<img src="https://raw.githubusercontent.com/i18next/i18next/master/assets/locize_sponsor_240.gif" width="240px">
167167
</a>
168168
</p>
169169

170170
---
171171

172-
**localization as a service - [Locize](https://www.locize.com)**
172+
**localization as a service - [Locize](https://www.locize.com?utm_source=react_i18next_readme&utm_medium=github&utm_campaign=readme)**
173173

174174
Needing a translation management? Want to edit your translations with an InContext Editor? Use the original provided to you by the maintainers of i18next!
175175

176-
**Now with a [Free plan](https://www.locize.com/pricing) for small projects!** Perfect for hobbyists or getting started.
176+
**Now with a [Free plan](https://www.locize.com/pricing?utm_source=react_i18next_readme&utm_medium=github&utm_campaign=readme) for small projects!** Perfect for hobbyists or getting started.
177177

178178
![Locize](https://www.locize.com/img/ads/github_locize.png)
179179

180-
By using [Locize](http://www.locize.com/?utm_source=react_i18next_readme&utm_medium=github) you directly support the future of i18next and react-i18next.
180+
By using [Locize](https://www.locize.com/?utm_source=react_i18next_readme&utm_medium=github&utm_campaign=readme) you directly support the future of i18next and react-i18next.
181181

182182
---

example/locize/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
1010

1111
## using with locize
1212

13-
We added our translation management [locize.com](http://locize.com).
13+
We added our translation management [locize.com](https://www.locize.com?utm_source=react_i18next_locize_readme&utm_medium=github&utm_campaign=example_locize_readme).
1414

1515
InContext Editing:
1616

example/react-component-lib/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# [Ready to take i18next to the next level?](http://locize.com/?utm_source=react_i18next_readme&utm_medium=github)
1+
# [Ready to take i18next to the next level?](https://www.locize.com/?utm_source=react_i18next_react_component_lib_readme&utm_medium=github&utm_campaign=example_react_component_lib_readme)
22

33
Needing a translation management? Want to edit your translations with an InContext Editor? Use the original provided to you by the maintainers of i18next!
44

55
![locize](https://www.locize.com/img/ads/github_locize.png)
66

7-
With using [locize](http://locize.com/?utm_source=react_i18next_readme&utm_medium=github) you directly support the future of i18next and react-i18next.
7+
With using [locize](https://www.locize.com/?utm_source=react_i18next_react_component_lib_readme&utm_medium=github&utm_campaign=example_react_component_lib_readme) you directly support the future of i18next and react-i18next.
88

99
## Here you find a react example for locize:
1010

example/react-localstorage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# [Ready to take i18next to the next level?](http://locize.com/?utm_source=react_i18next_readme&utm_medium=github)
1+
# [Ready to take i18next to the next level?](https://www.locize.com/?utm_source=react_i18next_react_localstorage_readme&utm_medium=github&utm_campaign=example_react_localstorage_readme)
22

33
Needing a translation management? Want to edit your translations with an InContext Editor? Use the original provided to you by the maintainers of i18next!
44

55
![locize](https://www.locize.com/img/ads/github_locize.png)
66

7-
With using [locize](http://locize.com/?utm_source=react_i18next_readme&utm_medium=github) you directly support the future of i18next and react-i18next.
7+
With using [locize](https://www.locize.com/?utm_source=react_i18next_react_localstorage_readme&utm_medium=github&utm_campaign=example_react_localstorage_readme) you directly support the future of i18next and react-i18next.
88

99
## Here you find a react example for locize:
1010

example/react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# [Ready to take i18next to the next level?](http://locize.com/?utm_source=react_i18next_readme&utm_medium=github)
1+
# [Ready to take i18next to the next level?](https://www.locize.com/?utm_source=react_i18next_react_readme&utm_medium=github&utm_campaign=example_react_readme)
22

33
Needing a translation management? Want to edit your translations with an InContext Editor? Use the original provided to you by the maintainers of i18next!
44

55
![locize](https://www.locize.com/img/ads/github_locize.png)
66

7-
With using [locize](http://locize.com/?utm_source=react_i18next_readme&utm_medium=github) you directly support the future of i18next and react-i18next.
7+
With using [locize](https://www.locize.com/?utm_source=react_i18next_react_readme&utm_medium=github&utm_campaign=example_react_readme) you directly support the future of i18next and react-i18next.
88

99
## Here you find a react example for locize:
1010

0 commit comments

Comments
 (0)