Skip to content

Commit

Permalink
[FE] Remove i18n (#2751)
Browse files Browse the repository at this point in the history
Signed-off-by: Sameh16 <[email protected]>
  • Loading branch information
Sameh16 authored Jan 9, 2025
1 parent b7ce44b commit c943665
Show file tree
Hide file tree
Showing 50 changed files with 253 additions and 2,505 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
:disabled="loading"
@click="cancel"
>
<app-i18n code="common.cancel" />
Cancel
</el-button>
<el-button
id="devConnect"
Expand All @@ -178,7 +178,7 @@
:loading="loading"
@click="save"
>
<app-i18n code="common.connect" />
Connect
</el-button>
</div>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
:loading="loading"
@click="connect"
>
<app-i18n code="common.connect" />
Connect
</el-button>
</div>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
:disabled="loading"
@click="cancel"
>
<app-i18n code="common.cancel" />
Cancel
</el-button>
<el-button
id="devConnect"
Expand All @@ -112,7 +112,7 @@
:loading="loading"
@click="save"
>
<app-i18n code="common.connect" />
Connect
</el-button>
</div>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
class="btn btn--md btn--secondary"
@click="isVisible = false"
>
<app-i18n code="common.cancel" />
Cancel
</el-button>
<el-button
class="btn btn--md btn--primary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
class="btn btn--md btn--secondary"
@click="isVisible = false"
>
<app-i18n code="common.cancel" />
Cancel
</el-button>
<el-button
class="btn btn--md btn--primary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
class="btn btn--md btn--secondary"
@click="doCancel"
>
<app-i18n code="common.cancel" />
Cancel
</el-button>
<el-button
:loading="isVolumeUpdating"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</el-button>
<div class="flex gap-4">
<el-button class="btn btn--md btn--bordered" @click="isVisible = false">
<app-i18n code="common.cancel" />
Cancel
</el-button>
<a
class="btn btn--md btn--primary"
Expand Down
Loading

0 comments on commit c943665

Please sign in to comment.