Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
5cfbbdb
update export compliance matrix
FoggyMtnDrifter Nov 12, 2024
0ce65a7
remove unused imports
FoggyMtnDrifter Nov 12, 2024
6be0760
add crowdin configuration
FoggyMtnDrifter Nov 12, 2024
d0beaab
New translations en.json (Romanian)
FoggyMtnDrifter Nov 12, 2024
c1190ea
New translations en.json (French)
FoggyMtnDrifter Nov 12, 2024
cbf37df
New translations en.json (Spanish)
FoggyMtnDrifter Nov 12, 2024
881f479
New translations en.json (Afrikaans)
FoggyMtnDrifter Nov 12, 2024
ded640c
New translations en.json (Arabic)
FoggyMtnDrifter Nov 12, 2024
5f5a767
New translations en.json (Catalan)
FoggyMtnDrifter Nov 12, 2024
0816ede
New translations en.json (Czech)
FoggyMtnDrifter Nov 12, 2024
097f00d
New translations en.json (Danish)
FoggyMtnDrifter Nov 12, 2024
fb9b646
New translations en.json (German)
FoggyMtnDrifter Nov 12, 2024
ef1dab4
New translations en.json (Greek)
FoggyMtnDrifter Nov 12, 2024
b09cd0d
New translations en.json (Finnish)
FoggyMtnDrifter Nov 12, 2024
a0bd997
New translations en.json (Hebrew)
FoggyMtnDrifter Nov 12, 2024
3c47fd6
New translations en.json (Hungarian)
FoggyMtnDrifter Nov 12, 2024
78515e3
New translations en.json (Italian)
FoggyMtnDrifter Nov 12, 2024
ee8cc71
New translations en.json (Japanese)
FoggyMtnDrifter Nov 12, 2024
03dac68
New translations en.json (Korean)
FoggyMtnDrifter Nov 12, 2024
198a965
New translations en.json (Dutch)
FoggyMtnDrifter Nov 12, 2024
da9b402
New translations en.json (Norwegian)
FoggyMtnDrifter Nov 12, 2024
8dad9e7
New translations en.json (Polish)
FoggyMtnDrifter Nov 12, 2024
83dcb69
New translations en.json (Portuguese)
FoggyMtnDrifter Nov 12, 2024
ff94ab6
New translations en.json (Russian)
FoggyMtnDrifter Nov 12, 2024
e68e324
New translations en.json (Serbian (Cyrillic))
FoggyMtnDrifter Nov 12, 2024
80d1b4b
New translations en.json (Swedish)
FoggyMtnDrifter Nov 12, 2024
1fb0545
New translations en.json (Turkish)
FoggyMtnDrifter Nov 12, 2024
b0ed44d
New translations en.json (Ukrainian)
FoggyMtnDrifter Nov 12, 2024
7d22c1c
New translations en.json (Chinese Simplified)
FoggyMtnDrifter Nov 12, 2024
4a04ec3
New translations en.json (Chinese Traditional)
FoggyMtnDrifter Nov 12, 2024
31134b5
New translations en.json (English)
FoggyMtnDrifter Nov 12, 2024
f4665eb
New translations en.json (Vietnamese)
FoggyMtnDrifter Nov 12, 2024
b7c9ffd
New translations en.json (Portuguese, Brazilian)
FoggyMtnDrifter Nov 12, 2024
5c48880
New translations en.json (Indonesian)
FoggyMtnDrifter Nov 12, 2024
a1d2335
New translations en.json (Persian)
FoggyMtnDrifter Nov 12, 2024
34dc09e
New translations en.json (Tamil)
FoggyMtnDrifter Nov 12, 2024
88697d5
New translations en.json (Hindi)
FoggyMtnDrifter Nov 12, 2024
ed94696
remove unneeded message files
FoggyMtnDrifter Nov 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 35 additions & 24 deletions app/[locale]/download/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { Metadata } from "next";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import DefaultImageCard from "./components/DefaultImage/Card";
import CloudImageCard from "./components/CloudImage/Card";
import { Table, TableBody, TableCell, TableRow } from "@/components/ui/table";

export const metadata: Metadata = {
title: "Download - Rocky Linux",
Expand Down Expand Up @@ -831,30 +832,40 @@ const DownloadPage = () => {
<p className="mt-2 text-sm">{t("exportCompliance.text1")}</p>
<p className="mt-1 text-sm">{t("exportCompliance.text2")}</p>
<p className="mt-1 text-sm">{t("exportCompliance.narrative")}</p>
<table>
<tbody>
<tr>
<th scope="row">{t("exportCompliance.product_title")}</th>
<td>{t("exportCompliance.product_text")}</td>
</tr>
<tr>
<th scope="row">{t("exportCompliance.eccn_title")}</th>
<td>{t("exportCompliance.eccn_text")}</td>
</tr>
<tr>
<th scope="row">{t("exportCompliance.exception_title")}</th>
<td>{t("exportCompliance.exception_text")}</td>
</tr>
<tr>
<th scope="row">{t("exportCompliance.ccats_title")}</th>
<td>{t("exportCompliance.ccats_text")}</td>
</tr>
<tr>
<th scope="row">{t("exportCompliance.ern_title")}</th>
<td>{t("exportCompliance.ern_text")}</td>
</tr>
</tbody>
</table>
<Table className="mt-12">
<TableBody>
<TableRow>
<TableCell className="font-bold">
{t("exportCompliance.product_title")}
</TableCell>
<TableCell>{t("exportCompliance.product_text")}</TableCell>
</TableRow>
<TableRow>
<TableCell className="font-bold">
{t("exportCompliance.eccn_title")}
</TableCell>
<TableCell>{t("exportCompliance.eccn_text")}</TableCell>
</TableRow>
<TableRow>
<TableCell className="font-bold">
{t("exportCompliance.exception_title")}
</TableCell>
<TableCell>{t("exportCompliance.exception_text")}</TableCell>
</TableRow>
<TableRow>
<TableCell className="font-bold">
{t("exportCompliance.ccats_title")}
</TableCell>
<TableCell>{t("exportCompliance.ccats_text")}</TableCell>
</TableRow>
<TableRow>
<TableCell className="font-bold">
{t("exportCompliance.ern_title")}
</TableCell>
<TableCell>{t("exportCompliance.ern_text")}</TableCell>
</TableRow>
</TableBody>
</Table>
</div>
</div>
</div>
Expand Down
59 changes: 30 additions & 29 deletions config/i18nProperties.ts
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
export const availableLanguages = [
"af",
"ar",
"ca",
"ca",
"cs",
"da",
"de",
"el",
"af-ZA",
"ar-SA",
"ca-ES",
"cs-CZ",
"da-DK",
"de-DE",
"el-GR",
"en",
"es",
"fa",
"fi",
"fr",
"he",
"hi",
"hu",
"it",
"ja",
"ko",
"nl",
"no",
"pl",
"en-US",
"es-ES",
"fa-IR",
"fi-FI",
"fr-FR",
"he-IL",
"hi-IN",
"hu-HU",
"id-ID",
"it-IT",
"ja-JP",
"ko-KR",
"nl-NL",
"no-NO",
"pl-PL",
"pt-BR",
"pt-PT",
"ro",
"ru",
"sr",
"sv",
"ta",
"tr",
"uk",
"vi",
"ro-RO",
"ru-RU",
"sr-SP",
"sv-SE",
"ta-IN",
"tr-TR",
"uk-UA",
"vi-VN",
"zh-CN",
"zh-TW",
] as const;
3 changes: 3 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files:
- source: /messages/en.json
translation: /messages/%locale%.json
Loading
Loading