Skip to content

Commit

Permalink
fix: added missing translation (#6367)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathalav55 authored Jan 10, 2025
1 parent ff8c5ee commit 2018114
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/i18n/src/locales/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
"create_a_draft": "Create a draft",
"save_to_drafts": "Save to Drafts",
"save": "Save",
"update": "Update",
"updating": "Updating",
"create_new_issue": "Create new issue",
"editor_is_not_ready_to_discard_changes": "Editor is not ready to discard changes",
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/src/locales/es/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@
"create_a_draft": "Crear un borrador",
"save_to_drafts": "Guardar en borradores",
"save": "Guardar",
"update": "Actualizar",
"updating": "Actualizando",
"create_new_issue": "Crear nuevo problema",
"editor_is_not_ready_to_discard_changes": "El editor no estΓ‘ listo para descartar los cambios",
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/src/locales/fr/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@
"create_a_draft": "CrΓ©er un brouillon",
"save_to_drafts": "Enregistrer dans les brouillons",
"save": "Enregistrer",
"update": "Mettre Γ  jour",
"updating": "Mise Γ  jour",
"create_new_issue": "Créer un nouveau problème",
"editor_is_not_ready_to_discard_changes": "L'Γ©diteur n'est pas prΓͺt Γ  annuler les modifications",
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/src/locales/ja/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@
"create_a_draft": "δΈ‹ζ›Έγγ‚’δ½œζˆ",
"save_to_drafts": "δΈ‹ζ›Έγγ«δΏε­˜",
"save": "保存",
"update": "ζ›΄ζ–°",
"updating": "ζ›΄ζ–°δΈ­",
"create_new_issue": "ζ–°γ—γ„ε•ι‘Œγ‚’δ½œζˆ",
"editor_is_not_ready_to_discard_changes": "γ‚¨γƒ‡γ‚£γ‚ΏγƒΌγ―ε€‰ζ›΄γ‚’η ΄ζ£„γ™γ‚‹ζΊ–ε‚™γŒγ§γγ¦γ„γΎγ›γ‚“",
Expand Down
2 changes: 1 addition & 1 deletion web/core/components/home/widgets/recents/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Briefcase, FileText } from "lucide-react";
import { TActivityEntityData, THomeWidgetProps, TRecentActivityFilterKeys } from "@plane/types";
// components
import { LayersIcon } from "@plane/ui";
import { ContentOverflowWrapper } from "@/components/core/content-overflow-HOC";
import { useProject } from "@/hooks/store";
import { WorkspaceService } from "@/plane-web/services";
import { EmptyWorkspace } from "../empty-states";
Expand All @@ -17,7 +18,6 @@ import { FiltersDropdown } from "./filters";
import { RecentIssue } from "./issue";
import { RecentPage } from "./page";
import { RecentProject } from "./project";
import { ContentOverflowWrapper } from "@/components/core/content-overflow-HOC";

const WIDGET_KEY = EWidgetKeys.RECENT_ACTIVITY;
const workspaceService = new WorkspaceService();
Expand Down

0 comments on commit 2018114

Please sign in to comment.