Skip to content

Commit 23086c9

Browse files
committed
Removed obsolete transltions
1 parent 5154752 commit 23086c9

File tree

3 files changed

+17
-29
lines changed

3 files changed

+17
-29
lines changed

config/reference.php

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,11 @@
15481548
* dump_destination?: scalar|null, // A stream URL where dumps should be written to. // Default: null
15491549
* theme?: "dark"|"light", // Changes the color of the dump() output when rendered directly on the templating. "dark" (default) or "light". // Default: "dark"
15501550
* }
1551+
* @psalm-type MakerConfig = array{
1552+
* root_namespace?: scalar|null, // Default: "App"
1553+
* generate_final_classes?: bool, // Default: true
1554+
* generate_final_entities?: bool, // Default: false
1555+
* }
15511556
* @psalm-type WebpackEncoreConfig = array{
15521557
* output_path: scalar|null, // The path where Encore is building the assets - i.e. Encore.setOutputPath()
15531558
* crossorigin?: false|"anonymous"|"use-credentials", // crossorigin value when Encore.enableIntegrityHashes() is used, can be false (default), anonymous or use-credentials // Default: false
@@ -1672,12 +1677,6 @@
16721677
* post_processors?: array<string, array<string, mixed>>,
16731678
* },
16741679
* }
1675-
* @psalm-type DamaDoctrineTestConfig = array{
1676-
* enable_static_connection?: mixed, // Default: true
1677-
* enable_static_meta_data_cache?: bool, // Default: true
1678-
* enable_static_query_cache?: bool, // Default: true
1679-
* connection_keys?: list<mixed>,
1680-
* }
16811680
* @psalm-type TwigExtraConfig = array{
16821681
* cache?: bool|array{
16831682
* enabled?: bool, // Default: false
@@ -2373,6 +2372,13 @@
23732372
* invalidate_on_env_change?: bool, // Default: true
23742373
* },
23752374
* }
2375+
* @psalm-type JbtronicsTranslationEditorConfig = array{
2376+
* translations_path?: scalar|null, // Default: "%translator.default_path%"
2377+
* format?: scalar|null, // Default: "xlf"
2378+
* xliff_version?: scalar|null, // Default: "2.0"
2379+
* use_intl_icu_format?: bool, // Default: false
2380+
* writer_options?: list<scalar|null>,
2381+
* }
23762382
* @psalm-type ApiPlatformConfig = array{
23772383
* title?: scalar|null, // The title of the API. // Default: ""
23782384
* description?: scalar|null, // The description of the API. // Default: ""
@@ -2628,17 +2634,11 @@
26282634
* ...<mixed>
26292635
* },
26302636
* }
2631-
* @psalm-type MakerConfig = array{
2632-
* root_namespace?: scalar|null, // Default: "App"
2633-
* generate_final_classes?: bool, // Default: true
2634-
* generate_final_entities?: bool, // Default: false
2635-
* }
2636-
* @psalm-type JbtronicsTranslationEditorConfig = array{
2637-
* translations_path?: scalar|null, // Default: "%translator.default_path%"
2638-
* format?: scalar|null, // Default: "xlf"
2639-
* xliff_version?: scalar|null, // Default: "2.0"
2640-
* use_intl_icu_format?: bool, // Default: false
2641-
* writer_options?: list<scalar|null>,
2637+
* @psalm-type DamaDoctrineTestConfig = array{
2638+
* enable_static_connection?: mixed, // Default: true
2639+
* enable_static_meta_data_cache?: bool, // Default: true
2640+
* enable_static_query_cache?: bool, // Default: true
2641+
* connection_keys?: list<mixed>,
26422642
* }
26432643
* @psalm-type ConfigType = array{
26442644
* imports?: ImportsConfig,

translations/messages.de.xlf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14545,12 +14545,6 @@ Bitte beachten Sie, dass dieses System derzeit experimentell ist und die hier de
1454514545
<target>Mit Typsynonymen können Sie die Bezeichnungen von integrierten Datentypen ersetzen. Zum Beispiel können Sie „Footprint" in etwas anderes umbenennen.</target>
1454614546
</segment>
1454714547
</unit>
14548-
<unit id="GSqBiVV" name="[[Part]]">
14549-
<segment>
14550-
<source>[[Part]]</source>
14551-
<target>Bauteile</target>
14552-
</segment>
14553-
</unit>
1455414548
<unit id="wjcsjzT" name="log.element_edited.changed_fields.part_ipn_prefix">
1455514549
<segment>
1455614550
<source>log.element_edited.changed_fields.part_ipn_prefix</source>

translations/messages.en.xlf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14394,12 +14394,6 @@ Please note that this system is currently experimental, and the synonyms defined
1439414394
<target>Type synonyms allow you to replace the labels of built-in data types. For example, you can rename "Footprint" to something else.</target>
1439514395
</segment>
1439614396
</unit>
14397-
<unit id="GSqBiVV" name="[[Part]]">
14398-
<segment>
14399-
<source>[[Part]]</source>
14400-
<target>Parts</target>
14401-
</segment>
14402-
</unit>
1440314397
<unit id="wjcsjzT" name="log.element_edited.changed_fields.part_ipn_prefix">
1440414398
<segment>
1440514399
<source>log.element_edited.changed_fields.part_ipn_prefix</source>

0 commit comments

Comments
 (0)