@@ -599,6 +599,10 @@ Translation message
599
599
600
600
### $tc (key )
601
601
602
+ :::danger NOTICE
603
+ **`$tc ` has been deprecated in v10 . Use `$t ` instead . `$tc ` is going to remove in v11 .**
604
+ :::
605
+
602
606
Locale message pluralization
603
607
604
608
**Signature :**
@@ -632,6 +636,10 @@ Translation message that is pluraled
632
636
633
637
### $tc (key , locale )
634
638
639
+ :::danger NOTICE
640
+ **`$tc ` has been deprecated in v10 . Use `$t ` instead . `$tc ` is going to remove in v11 .**
641
+ :::
642
+
635
643
Locale message pluralization
636
644
637
645
**Signature :**
@@ -659,6 +667,10 @@ Translation message that is pluraled
659
667
660
668
### $tc (key , list )
661
669
670
+ :::danger NOTICE
671
+ **`$tc ` has been deprecated in v10 . Use `$t ` instead . `$tc ` is going to remove in v11 .**
672
+ :::
673
+
662
674
Locale message pluralization
663
675
664
676
**Signature :**
@@ -686,6 +698,10 @@ Translation message that is pluraled
686
698
687
699
### $tc (key , named )
688
700
701
+ :::danger NOTICE
702
+ **`$tc ` has been deprecated in v10 . Use `$t ` instead . `$tc ` is going to remove in v11 .**
703
+ :::
704
+
689
705
Locale message pluralization
690
706
691
707
**Signature :**
@@ -713,6 +729,10 @@ Translation message that is pluraled
713
729
714
730
### $tc (key , choice )
715
731
732
+ :::danger NOTICE
733
+ **`$tc ` has been deprecated in v10 . Use `$t ` instead . `$tc ` is going to remove in v11 .**
734
+ :::
735
+
716
736
Locale message pluralization
717
737
718
738
**Signature :**
@@ -740,6 +760,10 @@ Translation message that is pluraled
740
760
741
761
### $tc (key , choice , locale )
742
762
763
+ :::danger NOTICE
764
+ **`$tc ` has been deprecated in v10 . Use `$t ` instead . `$tc ` is going to remove in v11 .**
765
+ :::
766
+
743
767
Locale message pluralization
744
768
745
769
**Signature :**
@@ -768,6 +792,10 @@ Translation message that is pluraled
768
792
769
793
### $tc (key , choice , list )
770
794
795
+ :::danger NOTICE
796
+ **`$tc ` has been deprecated in v10 . Use `$t ` instead . `$tc ` is going to remove in v11 .**
797
+ :::
798
+
771
799
Locale message pluralization
772
800
773
801
**Signature :**
@@ -796,6 +824,10 @@ Translation message that is pluraled
796
824
797
825
### $tc (key , choice , named )
798
826
827
+ :::danger NOTICE
828
+ **`$tc ` has been deprecated in v10 . Use `$t ` instead . `$tc ` is going to remove in v11 .**
829
+ :::
830
+
799
831
Locale message pluralization
800
832
801
833
**Signature :**
0 commit comments