diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-02-03 22:08:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-03 22:08:20 -0500 |
| commit | 56dcc45dc04de6be775551f14d1ad0bb235d72f9 (patch) | |
| tree | 427766dd086822efd96ba31460960145f3c1e409 /Emby.Server.Implementations/Localization/Ratings/us.csv | |
| parent | 3ac75313854c6109b71d542e492594e434cb39ba (diff) | |
| parent | cabb824f2a095115ebbe79ca7fdfbcbab4db1e5f (diff) | |
Merge pull request #732 from Bond-009/locale
Reworked LocalizationManager to load data async
Diffstat (limited to 'Emby.Server.Implementations/Localization/Ratings/us.csv')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Ratings/us.csv | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Localization/Ratings/us.csv b/Emby.Server.Implementations/Localization/Ratings/us.csv new file mode 100644 index 000000000..34c897fe3 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/us.csv @@ -0,0 +1,23 @@ +TV-Y,1 +APPROVED,1 +G,1 +E,1 +EC,1 +TV-G,1 +TV-Y7,3 +TV-Y7-FV,4 +PG,5 +TV-PG,5 +PG-13,7 +T,7 +TV-14,8 +R,9 +M,9 +TV-MA,9 +NC-17,10 +AO,15 +RP,15 +UR,15 +NR,15 +X,15 +XXX,100 |
