build: add bazel test rules for remainder of packages (#21053)
PR Close #21053
This commit is contained in:
@ -242,7 +242,7 @@ lignes</target>
|
||||
</xliff>
|
||||
`;
|
||||
|
||||
(function(){
|
||||
(function() {
|
||||
const serializer = new Xliff2();
|
||||
|
||||
function toXliff(html: string, locale: string | null = null): string {
|
||||
|
@ -226,7 +226,7 @@ lignes</target>
|
||||
</xliff>
|
||||
`;
|
||||
|
||||
(function(){
|
||||
(function() {
|
||||
const serializer = new Xliff();
|
||||
|
||||
function toXliff(html: string, locale: string | null = null): string {
|
||||
|
Reference in New Issue
Block a user