Skip to content

Commit

Permalink
feat: deprecate italian support as not maintained (#318)
Browse files Browse the repository at this point in the history
* feat: deprecate italian support as not maintained

Signed-off-by: David Dal Busco <[email protected]>

* feat: deprecate italian support as not maintained

Signed-off-by: David Dal Busco <[email protected]>

---------

Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker authored Nov 18, 2023
1 parent 5c52815 commit 8223b44
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 463 deletions.
1 change: 0 additions & 1 deletion src/frontend/src/lib/components/core/AppLang.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<select bind:value={selected} on:change={async () => await i18n.switchLang(selected)}>
<option value="en"> English </option>
<option value="zh-cn"> 简体中文 </option>
<option value="it"> Italiano </option>
</select>
</Value>

Expand Down
2 changes: 0 additions & 2 deletions src/frontend/src/lib/components/examples/Resources.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
><span>
{#if lang === 'zh-cn'}
简体中文
{:else if lang === 'it'}
Italiano
{:else}
English
{/if}</span
Expand Down
Loading

0 comments on commit 8223b44

Please sign in to comment.