Skip to content

Conversation

@Tacioandrade
Copy link

Taking advantage of the first PR for the Proxy Host cloning functionality, and since I also added the name "Clone" to the existing translations in all languages, I decided to generate a Brazilian Portuguese translation as well.

@jc21
Copy link
Member

jc21 commented Nov 26, 2025

Thanks for the contribution, unfortunately more work is required to get your translations to show up.

See this PR for an example of all the files touched.

@Tacioandrade
Copy link
Author

Thanks for the contribution, unfortunately more work is required to get your translations to show up.

See this PR for an example of all the files touched.

Thank you very much for the explanation! I will update this branch with the requested fixes by Saturday!

@nginxproxymanagerci
Copy link

CI Error:

/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
certbot-node: Pulling from nginxproxymanager/nginx-full
8e44f01296e3: Already exists
9189ac71d073: Pulling fs layer
d18c8bdc52a8: Pulling fs layer
c89d561844d3: Pulling fs layer
bff95712a936: Pulling fs layer
ffeb008603a0: Pulling fs layer
86670e196aea: Pulling fs layer
6678ddea2198: Pulling fs layer
f16334b8557b: Pulling fs layer
be358f00a5f3: Pulling fs layer
b304296d228e: Pulling fs layer
9358c757cc48: Pulling fs layer
411070ff981f: Pulling fs layer
b0d1e0c8fd8d: Pulling fs layer
f3b205465b06: Pulling fs layer
51b62c8bd70c: Pulling fs layer
27f18964f84e: Pulling fs layer
0a3a233aa1de: Pulling fs layer
fa132fc19035: Pulling fs layer
904662bdde3c: Pulling fs layer
70b3ae25211f: Pulling fs layer
1af4e9ed9680: Pulling fs layer
5e43e2ca637a: Pulling fs layer
b0d1e0c8fd8d: Waiting
f3b205465b06: Waiting
51b62c8bd70c: Waiting
27f18964f84e: Waiting
0a3a233aa1de: Waiting
fa132fc19035: Waiting
904662bdde3c: Waiting
bff95712a936: Waiting
ffeb008603a0: Waiting
86670e196aea: Waiting
70b3ae25211f: Waiting
1af4e9ed9680: Waiting
5e43e2ca637a: Waiting
6678ddea2198: Waiting
f16334b8557b: Waiting
be358f00a5f3: Waiting
b304296d228e: Waiting
9358c757cc48: Waiting
411070ff981f: Waiting
9189ac71d073: Verifying Checksum
c89d561844d3: Download complete
9189ac71d073: Pull complete
d18c8bdc52a8: Verifying Checksum
d18c8bdc52a8: Download complete
ffeb008603a0: Verifying Checksum
ffeb008603a0: Download complete
bff95712a936: Verifying Checksum
bff95712a936: Download complete
d18c8bdc52a8: Pull complete
c89d561844d3: Pull complete
bff95712a936: Pull complete
86670e196aea: Download complete
ffeb008603a0: Pull complete
86670e196aea: Pull complete
f16334b8557b: Verifying Checksum
f16334b8557b: Download complete
6678ddea2198: Verifying Checksum
6678ddea2198: Download complete
6678ddea2198: Pull complete
f16334b8557b: Pull complete
be358f00a5f3: Verifying Checksum
be358f00a5f3: Download complete
9358c757cc48: Download complete
be358f00a5f3: Pull complete
b304296d228e: Verifying Checksum
b304296d228e: Download complete
b304296d228e: Pull complete
9358c757cc48: Pull complete
f3b205465b06: Verifying Checksum
f3b205465b06: Download complete
411070ff981f: Verifying Checksum
411070ff981f: Download complete
411070ff981f: Pull complete
b0d1e0c8fd8d: Verifying Checksum
b0d1e0c8fd8d: Download complete
b0d1e0c8fd8d: Pull complete
51b62c8bd70c: Download complete
f3b205465b06: Pull complete
51b62c8bd70c: Pull complete
27f18964f84e: Verifying Checksum
27f18964f84e: Download complete
0a3a233aa1de: Verifying Checksum
0a3a233aa1de: Download complete
fa132fc19035: Verifying Checksum
fa132fc19035: Download complete
70b3ae25211f: Verifying Checksum
70b3ae25211f: Download complete
1af4e9ed9680: Verifying Checksum
5e43e2ca637a: Verifying Checksum
5e43e2ca637a: Download complete
27f18964f84e: Pull complete
0a3a233aa1de: Pull complete
fa132fc19035: Pull complete
904662bdde3c: Verifying Checksum
904662bdde3c: Download complete
904662bdde3c: Pull complete
70b3ae25211f: Pull complete
1af4e9ed9680: Pull complete
5e43e2ca637a: Pull complete
Digest: sha256:b52504858634ab628dea4a79b55064eccfb65529e0a95625f89ba0448b896ac3
Status: Downloaded newer image for nginxproxymanager/nginx-full:certbot-node
docker.io/nginxproxymanager/nginx-full:certbot-node
�[1;34m❯ �[1;36mBuilding Frontend ...�[0m
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
warning " > @uiw/[email protected]" has unmet peer dependency "@babel/runtime@>=7.10.0".
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 38.95s.
yarn run v1.22.22
$ biome lint
src/locale/src/HelpDoc/index.ts:15:7 lint/correctness/noUnusedVariables  FIXABLE  ━━━━━━━━━━━━━━━━━━

  ! This variable items is unused.
  
    13 │ import * as bg from "./bg/index";
    14 │ 
  > 15 │ const items: any = { en, de, ja, sk, zh, pl, "pt-br": pt_br, ru, it, vi, nl };
       │       ^^^^^
    16 │ const items: any = { en, de, ja, sk, zh, pl, ru, it, vi, nl, bg, ko };
    17 │ 
  
  i Unused variables are often the result of an incomplete refactoring, typos, or other sources of bugs.
  
  i Unsafe fix: If this is intentional, prepend items with an underscore.
  
    13 13 │   import * as bg from "./bg/index";
    14 14 │   
    15    │ - const·items:·any·=·{·en,·de,·ja,·sk,·zh,·pl,·"pt-br":·pt_br,·ru,·it,·vi,·nl·};
       15 │ + const·_items:·any·=·{·en,·de,·ja,·sk,·zh,·pl,·"pt-br":·pt_br,·ru,·it,·vi,·nl·};
    16 16 │   const items: any = { en, de, ja, sk, zh, pl, ru, it, vi, nl, bg, ko };
    17 17 │   
  

src/locale/src/HelpDoc/index.ts:16:7 lint/suspicious/noRedeclare ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  × Shouldn't redeclare 'items'. Consider to delete it or rename it.
  
    15 │ const items: any = { en, de, ja, sk, zh, pl, "pt-br": pt_br, ru, it, vi, nl };
  > 16 │ const items: any = { en, de, ja, sk, zh, pl, ru, it, vi, nl, bg, ko };
       │       ^^^^^
    17 │ 
    18 │ const fallbackLang = "en";
  
  i 'items' is defined here:
  
    13 │ import * as bg from "./bg/index";
    14 │ 
  > 15 │ const items: any = { en, de, ja, sk, zh, pl, "pt-br": pt_br, ru, it, vi, nl };
       │       ^^^^^
    16 │ const items: any = { en, de, ja, sk, zh, pl, ru, it, vi, nl, bg, ko };
    17 │ 
  

Checked 216 files in 88ms. No fixes applied.
Found 1 error.
Found 1 warning.
lint ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  × Some errors were emitted while running checks.
  

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants