Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions projects/_components.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Asset: { docUrl: ~ }
BrowserKit: { docUrl: ~ }
ClassLoader: { docUrl: class_loader/index.html }
Config: { docUrl: config/index.html }
Expand Down
9 changes: 9 additions & 0 deletions translations/component.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
<target>Documentation</target>
</trans-unit>

<trans-unit id="asset.summary">
<source>asset.summary</source>
<target>Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files.</target>
</trans-unit>
<trans-unit id="asset.description">
<source>asset.description</source>
<target />
</trans-unit>

<trans-unit id="browserkit.summary">
<source>browserkit.summary</source>
<target>Simulates the behavior of a web browser.</target>
Expand Down