Skip to content

Commit 73bcf7d

Browse files
committed
Merge branch 'release/1.0.0-beta.1'
2 parents 842fa60 + e7785b7 commit 73bcf7d

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.0-beta.1] - 2023-07-21
6+
7+
### <!-- 05 -->Documentation
8+
9+
- Update project references from 'starter' to 'template'
10+
511
## [1.0.0-alpha.6] - 2023-07-21
612

713
### <!-- 05 -->Documentation

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## Next.js & Lingui: Building a Multi-Lingual Website
22

3-
[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/nekofar/nextjs-lingui-starter?include_prereleases)](https://github.com/nekofar/nextjs-lingui-starter/releases)
4-
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/nekofar/nextjs-lingui-starter/build.yml)](https://github.com/nekofar/nextjs-lingui-starter/actions/workflows/build.yml)
5-
[![GitHub](https://img.shields.io/github/license/nekofar/nextjs-lingui-starter)](https://github.com/nekofar/nextjs-lingui-starter/blob/master/LICENSE)
3+
[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/nekofar/nextjs-lingui-template?include_prereleases)](https://github.com/nekofar/nextjs-lingui-template/releases)
4+
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/nekofar/nextjs-lingui-template/build.yml)](https://github.com/nekofar/nextjs-lingui-template/actions/workflows/build.yml)
5+
[![GitHub](https://img.shields.io/github/license/nekofar/nextjs-lingui-template)](https://github.com/nekofar/nextjs-lingui-template/blob/master/LICENSE)
66
[![Twitter Follow](https://img.shields.io/badge/follow-%40nekofar-1DA1F2?logo=twitter&style=flat)](https://twitter.com/nekofar)
77
[![Donate](https://img.shields.io/badge/donate-nekofar.crypto-a2b9bc?logo=ko-fi&logoColor=white)](https://ud.me/nekofar.crypto)
88

99
### Overview
1010

11-
Welcome to the Next.js and Lingui static site generation (SSG) starter project! This repository demonstrates the
11+
Welcome to the Next.js and Lingui static site generation (SSG) template project! This repository demonstrates the
1212
state-of-the-art integration of Next.js and Lingui for creating static web apps with multi-lingual support.
1313

1414
Next.js, a powerful React framework, is designed to build server-rendered React applications and SSG sites. In this
@@ -17,7 +17,7 @@ context, we're utilizing Next.js's Static Site Generation capabilities to pre-re
1717
Combined with Lingui, an i18n (internationalization) library for JavaScript, we've endeavored to produce a multilingual
1818
static website that effectively caters to a global audience.
1919

20-
Our aim with this starter project is to illustrate the procedure of building an international static web app that is
20+
Our aim with this template project is to illustrate the procedure of building an international static web app that is
2121
performant, SEO-advantaged, and maintains simplified translation management, courtesy of the capabilities brought about
2222
by the coupling of Next.js's SSG and Lingui.
2323

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "nextjs-lingui-starter",
3-
"version": "1.0.0-alpha.6",
2+
"name": "nextjs-lingui-template",
3+
"version": "1.0.0-beta.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)