Skip to content

Commit

Permalink
Merge branch '0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny-Hui committed Aug 8, 2024
2 parents ae085c4 + e7e9573 commit 7ad9b31
Show file tree
Hide file tree
Showing 54 changed files with 1,859 additions and 874 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ XLEdit is a web-based editor for the [XLIFF](https://en.wikipedia.org/wiki/XLIFF
- <bin-*> and <alt-trans>
- [Inline Elements](https://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html#Struct_InLine)
- <phase> and <phase-group>
- <glossary>
- Many more

## Roadmap
- Basic Translation Memory
- Re-export multiple xliff file tag with the same file
- Add translation for the UI
- (UI) Color theme
- (UI) Dark Mode
- More XLIFF 1 implementation
- XLIFF 2 support
Expand Down
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A web-based XLIFF Editor">
<meta property="og:title" content="XLEdit" />
<meta property="og:description" content="A web-based XLIFF Editor." />
<meta property="og:image" content="preview.png" />
<meta charset=”UTF-8”>

<title>XLEdit</title>
</head>
<body>
Expand Down
Loading

0 comments on commit 7ad9b31

Please sign in to comment.