Skip to content

Commit

Permalink
[Portuguese] Translate locales (#886)
Browse files Browse the repository at this point in the history
Co-authored-by: Kratos <xkrat0zx@protonmail.com>
Co-authored-by: Roj <rojvv@icloud.com>
  • Loading branch information
3 people authored Aug 9, 2023
1 parent ac6cb4f commit 91452d5
Show file tree
Hide file tree
Showing 4 changed files with 529 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default defineConfig({
...locale.siteId,
...locale.siteUk,
...locale.siteZh,
...locale.sitePt,
},

themeConfig: {
Expand Down
1 change: 1 addition & 0 deletions site/docs/.vitepress/configs/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export { notFoundEs, searchEs, siteEs } from "./es";
export { notFoundId, searchId, siteId } from "./id";
export { notFoundUk, searchUk, siteUk } from "./uk";
export { notFoundZh, searchZh, siteZh } from "./zh";
export { notFoundPt, searchPt, sitePt } from "./pt";
1 change: 1 addition & 0 deletions site/docs/.vitepress/configs/locales/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export const notFound: Record<string, NotFound> = {
...config.notFoundEs,
...config.notFoundUk,
...config.notFoundZh,
...config.notFoundPt,
};
Loading

0 comments on commit 91452d5

Please sign in to comment.