Added Sinhalese translations and fixed linter errors

This commit is contained in:
squidfunk
2021-02-14 17:36:39 +01:00
parent 08e8525689
commit 5dc7a79e07
23 changed files with 146 additions and 70 deletions

View File

@@ -21,7 +21,6 @@
*/
import {
NEVER,
Observable,
Subject,
animationFrameScheduler,
@@ -34,15 +33,12 @@ import {
combineLatestWith,
distinctUntilChanged,
distinctUntilKeyChanged,
endWith,
filter,
finalize,
map,
observeOn,
shareReplay,
startWith,
switchMap,
tap
switchMap
} from "rxjs/operators"
import { feature } from "~/_"

View File

@@ -29,7 +29,6 @@ import {
} from "rxjs"
import {
bufferCount,
distinctUntilKeyChanged,
filter,
finalize,
map,