Skip to content

Commit 37869ab

Browse files
authored
Merge pull request #3 from digidem/feat/translations
feat: multi lingual
2 parents b1467ff + 967edc0 commit 37869ab

File tree

31 files changed

+19273
-10728
lines changed

31 files changed

+19273
-10728
lines changed

docs/about-comapeo/is-comapeo-right-for-me.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

docs/about-comapeo/_category_.json renamed to docs/about-mapeo/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "About CoMapeo",
2+
"label": "About Mapeo",
33
"position": 3,
44
"collapsible": true,
55
"collapsed": true,

docs/about-comapeo/comapeo-tools.md renamed to docs/about-mapeo/mapeo-tools.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
id: doc-comapeo-tools
3-
title: CoMapeo Tools
4-
sidebar_label: CoMapeo Tools
2+
id: doc-mapeo-tools
3+
title: Mapeo Tools
4+
sidebar_label: Mapeo Tools
55
sidebar_position: 4
6-
pagination_label: CoMapeo Tools
7-
custom_edit_url: https://github.com/digidem/comapeo-docs/edit/main/docs/about-comapeo/comapeo-tools.md
6+
pagination_label: Mapeo Tools
7+
custom_edit_url: https://github.com/digidem/comapeo-docs/edit/main/docs/about-mapeo/mapeo-tools.md
88
keywords:
99
- docs
1010
- comapeo
1111
tags: []
12-
slug: /comapeo-tools
12+
slug: /mapeo-tools
1313
last_update:
14-
date: 3/18/2025
14+
date: 6/4/2025
1515
author: Awana Digital
1616
---
1717

@@ -26,7 +26,7 @@ There are two highly-customizable Mapeo apps that can be used together or indivi
2626
- [**Mapeo Mobile**](https://docs.mapeo.app/overview/about-mapeo/mapeo-tools#mapeo-mobile)
2727
- [**Mapeo Desktop**](https://docs.mapeo.app/overview/about-mapeo/mapeo-tools#mapeo-desktop)
2828

29-
![image](/images/comapeotools_0.jpg)
29+
![image](/images/mapeotools_0.jpg)
3030

3131

3232
Mapeo Mobile and Desktop are built on top of [**Mapeo Core**](https://docs.mapeo.app/overview/about-mapeo/mapeo-tools#mapeo-core), an embedded peer-to-peer database that allows users to own their own data, directly on their devices, without the need for an internet connection or to share information with a centralized server.
@@ -41,7 +41,7 @@ Mapeo Mobile is a smartphone application (currently for Android only) that allow
4141
Mapeo Mobile can be translated into local languages, customized to use offline maps, and tailored to collect specific types of information.
4242

4343

44-
![image](/images/comapeotools_1.jpg)
44+
![image](/images/mapeotools_1.jpg)
4545

4646

4747
## Mapeo Desktop
@@ -59,7 +59,7 @@ Like Mapeo Mobile, Mapeo Desktop can be translated into local languages, customi
5959
Left: Mapeo Desktop is being used to view, manage and export data collected using Mapeo Mobile. Right: Mapeo Desktop is being used to create and export territory information.
6060

6161

62-
![image](/images/comapeotools_2.jpg)
62+
![image](/images/mapeotools_2.jpg)
6363

6464

6565
## Mapeo Core
@@ -70,4 +70,6 @@ Mapeo Mobile and Mapeo Desktop are both built on top of Mapeo Core to securely s
7070

7171
Mapeo Core is built upon [**Hypercore**](https://hypercore-protocol.org/), which is an append-only log of actions (create, edit, delete data). Data is secured by cryptographic proofs -- every record written has a signature that also references the signature of every previous record/row in the log -- so you can never change or edit anything already written to the log. For more on Mapeo Core and data integrity, see [here](https://wp.digital-democracy.org/cooperative-ownership-of-data-without-blockchain/).
7272

73-
> To learn more about additional tools and modules that support use of Mapeo, see [Mapeo repositories](https://docs.mapeo.app/for-developers/mapeo-repositories) in the **FOR DEVELOPERS** section.
73+
74+
To learn more about additional tools and modules that support use of Mapeo, see [Mapeo repositories](https://docs.mapeo.app/for-developers/mapeo-repositories) in the **FOR DEVELOPERS** section.
75+

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: doc-getting-started
33
title: Getting started
44
sidebar_label: Getting started
5-
sidebar_position: 7
5+
sidebar_position: 6
66
pagination_label: Getting started
77
custom_edit_url: https://github.com/digidem/comapeo-docs/edit/main/docs/getting-started.md
88
keywords:
@@ -11,7 +11,7 @@ keywords:
1111
tags: []
1212
slug: /getting-started
1313
last_update:
14-
date: 3/18/2025
14+
date: 6/4/2025
1515
author: Awana Digital
1616
sidebar_custom_props:
1717
title: Quick Start Guide

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords:
1111
tags: []
1212
slug: /introduction
1313
last_update:
14-
date: 3/18/2025
14+
date: 6/4/2025
1515
author: Awana Digital
1616
---
1717
## Mapeo is a free, easy-to-use, open source set of tools for collecting and mapping information.

docusaurus.config.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,18 @@ const config: Config = {
2929
i18n: {
3030
defaultLocale: 'en',
3131
locales: ['en', 'pt', 'es'],
32-
path: 'i18n',
3332
localeConfigs: {
3433
en: {
3534
label: 'English',
36-
direction: 'ltr',
3735
htmlLang: 'en-US',
38-
calendar: 'gregory',
39-
path: 'en',
4036
},
4137
pt: {
4238
label: 'Português',
43-
direction: 'ltr',
4439
htmlLang: 'pt-BR',
45-
calendar: 'gregory',
46-
path: 'pt',
4740
},
4841
es: {
4942
label: 'Español',
50-
direction: 'ltr',
5143
htmlLang: 'es-ES',
52-
calendar: 'gregory',
53-
path: 'es',
5444
},
5545
},
5646
},
@@ -137,6 +127,7 @@ const config: Config = {
137127
'classic',
138128
{
139129
docs: {
130+
path: 'docs',
140131
sidebarPath: './src/components/sidebars.ts',
141132
// Please change this to your repo.
142133
// Remove this to remove the "edit this page" links.

i18n/en/code.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"Documentation": {
3+
"message": "Documentation",
4+
"description": "Site title"
5+
},
6+
"Learn how to use the CoMapeo platform": {
7+
"message": "Learn how to use the CoMapeo platform",
8+
"description": "Text for the tagline of the webpage"
9+
},
210
"Explore Documentation": {
311
"message": "Explore Documentation",
412
"description": "Button text for documentation link"
@@ -91,14 +99,14 @@
9199
"message": "light mode",
92100
"description": "The name for the light color mode"
93101
},
94-
"theme.docs.DocCard.categoryDescription.plurals": {
95-
"message": "1 item|{count} items",
96-
"description": "The default description for a category card in the generated index about how many items this category includes"
97-
},
98102
"theme.docs.breadcrumbs.navAriaLabel": {
99103
"message": "Breadcrumbs",
100104
"description": "The ARIA label for the breadcrumbs"
101105
},
106+
"theme.docs.DocCard.categoryDescription.plurals": {
107+
"message": "1 item|{count} items",
108+
"description": "The default description for a category card in the generated index about how many items this category includes"
109+
},
102110
"theme.docs.paginator.navAriaLabel": {
103111
"message": "Docs pages",
104112
"description": "The ARIA label for the docs pagination"
@@ -170,6 +178,10 @@
170178
"message": "Tags:",
171179
"description": "The label alongside a tag list"
172180
},
181+
"theme.AnnouncementBar.closeButtonAriaLabel": {
182+
"message": "Close",
183+
"description": "The ARIA label for close button of announcement bar"
184+
},
173185
"theme.admonition.caution": {
174186
"message": "caution",
175187
"description": "The default label used for the Caution admonition (:::caution)"
@@ -194,10 +206,6 @@
194206
"message": "warning",
195207
"description": "The default label used for the Warning admonition (:::warning)"
196208
},
197-
"theme.AnnouncementBar.closeButtonAriaLabel": {
198-
"message": "Close",
199-
"description": "The ARIA label for close button of announcement bar"
200-
},
201209
"theme.blog.sidebar.navAriaLabel": {
202210
"message": "Blog recent posts navigation",
203211
"description": "The ARIA label for recent posts in the blog sidebar"

i18n/en/docusaurus-plugin-content-docs/current.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"message": "Next",
44
"description": "The label for version current"
55
},
6-
"sidebar.docsSidebar.category.About CoMapeo": {
7-
"message": "About CoMapeo",
8-
"description": "The label for category About CoMapeo in sidebar docsSidebar"
6+
"sidebar.docsSidebar.category.About Mapeo": {
7+
"message": "About Mapeo",
8+
"description": "The label for category About Mapeo in sidebar docsSidebar"
99
}
1010
}

0 commit comments

Comments
 (0)