- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 924 for LANGUAGE (0.04 sec)
-
.github/workflows/translate.yml
- name: Export Language Codes id: show-langs run: | echo "langs=$(python ./scripts/translate.py llm-translatable-json)" >> $GITHUB_OUTPUT echo "commands=$(python ./scripts/translate.py commands-json)" >> $GITHUB_OUTPUT env: LANGUAGE: ${{ github.event.inputs.language }} COMMAND: ${{ github.event.inputs.command }} translate:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:48:45 UTC 2025 - 3.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapNews.java
} /** * Gets the publication language. * @return the publication language */ public String getPublicationLanguage() { return publicationLanguage; } /** * Sets the publication language. * @param publicationLanguage the publication language to set */ public void setPublicationLanguage(final String publicationLanguage) {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 4.8K bytes - Viewed (0) -
pyproject.toml
"Intended Audience :: Developers", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Topic :: Internet :: WWW/HTTP :: HTTP Servers",
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 12:54:56 UTC 2025 - 9.3K bytes - Viewed (0) -
docs/pt/llm-prompt.md
### Target language Translate to Portuguese (Português). Language code: pt. For instructions or titles in imperative, keep them in imperative, for example "Import FastAPI" to "Importe o FastAPI". Keep existing translations as they are if the term is already translated.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 3.1K bytes - Viewed (0) -
docs/uk/llm-prompt.md
### Target language Translate to Ukrainian (українська). Language code: uk. ### Grammar and tone 1) Use polite/formal address consistent with existing Ukrainian docs (use “ви/ваш”). 2) Keep the tone concise and technical. ### Headings 1) Follow existing Ukrainian heading style; keep headings short and instructional. 2) Do not add trailing punctuation to headings. ### Quotes
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 19 12:51:53 UTC 2025 - 1.4K bytes - Viewed (0) -
docs/zh/llm-prompt.md
### Target language Translate to Simplified Chinese (简体中文). Language code: zh. ### Grammar and tone 1) Use clear, concise technical Chinese consistent with existing docs. 2) Address the reader naturally (commonly using “你/你的”). ### Headings 1) Follow existing Simplified Chinese heading style (short and descriptive). 2) Do not add trailing punctuation to headings.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:49:08 UTC 2025 - 1.4K bytes - Viewed (0) -
scripts/translate.py
print(f"Updating outdated translations for {language}") update_outdated(language=language) print(f"Adding missing translations for {language}") add_missing(language=language) print(f"Done updating and adding for {language}") @app.command() def make_pr( *, language: Annotated[str | None, typer.Option(envvar="LANGUAGE")] = None,
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:05:53 UTC 2025 - 34.1K bytes - Viewed (0) -
api/maven-api-core/src/test/java/org/apache/maven/api/SourceRootTest.java
private ProjectScope scope; private Language language; private String moduleName; @Override public ProjectScope scope() { return (scope != null) ? scope : SourceRoot.super.scope(); } @Override public Language language() { return (language != null) ? language : SourceRoot.super.language(); } @Override public Optional<String> module() {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Oct 26 17:22:14 UTC 2025 - 2.9K bytes - Viewed (0) -
tests/test_tutorial/test_response_headers/test_tutorial001.py
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 431 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/LanguageHelper.java
if (doc.containsKey(f)) { language = detectLanguage(DocumentUtil.getValue(doc, f, String.class)); if (language != null) { if (logger.isDebugEnabled()) { logger.debug("set {} to lang field", language); } doc.put(fessConfig.getIndexFieldLang(), language); break; }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 6.9K bytes - Viewed (0)